Hacker News new | ask | show | jobs
by f-securus 1109 days ago
Maybe that is the secret sauce of this service. They render the email with react and automagically convert that to something that works for email?
1 comments

I think they literally just use React as a templating language, basically. You write React components and this service renders them down to email-friend HTML. Like SSR but for email.