https://learn.microsoft.com/en-us/azure/communication-servic...
Launch HN: Resend (YC W23) – Email API for developers using React
41–50 of 277 posts
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#42What am I missing?
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#43Earlier quoted context omitted.
Sure! Most front-end teams are using React nowadays. What happens when you adopt another email service is that they want you to learn the template language that they use - Handlebars, Mustache, etc. Instead of having to learn how to do things with that language, your front-end team can re-use everything they already know from React land. Imagine being able to import the same button you have on your web app into your…
Ya, but why does a transactional email service have anything to do with the front-end....I feel like I'm missing something very obvious but I can't seem to figure it out...
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#44Help me understand the React selling point. Existing email sending software supports text and HTML because that's what email is . No email client out there supports JavaScript, virtual DOMs, event loops, SSR or any such fancy web technology. Instead of hand-crafting an HTML template with etc I'm supposed to use your custom React components ( ...) which you will promptly compile down to the tags I mentioned above. So.…
It's what every software developer out there using mindlessly. They are just putting React components and mixing them. NextJS also helps shield them from the back-end. You'd be surprised how many of them cannot differentiate between the back-end and the front-end and which parts are being executed by the server (it's netlify!). Anyway, maybe I am getting too old?
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#45Earlier quoted context omitted.
Sure! Most front-end teams are using React nowadays. What happens when you adopt another email service is that they want you to learn the template language that they use - Handlebars, Mustache, etc. Instead of having to learn how to do things with that language, your front-end team can re-use everything they already know from React land. Imagine being able to import the same button you have on your web app into your…
Ya, but why does a transactional email service have anything to do with the front-end....I feel like I'm missing something very obvious but I can't seem to figure it out...
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#46Earlier quoted context omitted.
Sure! Most front-end teams are using React nowadays. What happens when you adopt another email service is that they want you to learn the template language that they use - Handlebars, Mustache, etc. Instead of having to learn how to do things with that language, your front-end team can re-use everything they already know from React land. Imagine being able to import the same button you have on your web app into your…
Ya, but why does a transactional email service have anything to do with the front-end....I feel like I'm missing something very obvious but I can't seem to figure it out...
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#47Congrats on the launch but I can’t see why I would go to this over Postmark. It’s so easy to get up and running, templates are solid, they have Zapier integration and the monthly fee starts at free for 100 emails and then $15 a month for over 1,000 a month. What am I missing?
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#48I think if you’re targeting developers, SES is your biggest competitor. Their very cheap pay as you go pricing is more attractive than your monthly pricing. If email templates with react is your usp, I think I’ve seen libraries that offer that already.
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#49Earlier quoted context omitted.
Sure! Most front-end teams are using React nowadays. What happens when you adopt another email service is that they want you to learn the template language that they use - Handlebars, Mustache, etc. Instead of having to learn how to do things with that language, your front-end team can re-use everything they already know from React land. Imagine being able to import the same button you have on your web app into your…
Ya, but why does a transactional email service have anything to do with the front-end....I feel like I'm missing something very obvious but I can't seem to figure it out...
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#50How long does it take to have my domain whitelisted? and should I be able to send emails under one domain? Do you support react-native? Can I send it from the backend (eg next.js server-side backend)? Is it for only transactional emails? Thanks!
Should I be able to send emails under one domain? - Yes, you can add as many domains as you want in case you wanna send from multiple domains
Do you support react-native? - Resend is designed to be used in the backend, so you'll have to call an API from react-native
Can I send it from the backend (eg next.js server-side backend)? - Yes, here's a Next.js example: https://resend.com/docs/send-with-nextjs
Is it for only transactional emails? - It's designed around transactional emails, but you can use it for other use cases