Hacker News new | past | comments | ask | show | jobs | submit login

How does the react email templating work in non javascript backends? For example Rails?



We render the React components on the server side.


Meaning your server?


They use (and are makers of) https://react.email which works on client side or server side, through NodeJS. So you could spin up a NodeJS server, send your React components through and compile to HTML, then use whatever email service you want, but I believe Resend does all of this natively via their servers. I personally use react.email with Sendgrid.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: