Y
Hacker News
new
|
ask
|
show
|
jobs
by
verdverm
1107 days ago
React doesn't do its own styling though, and since email will not run js, you are basically talking about css at this point
1 comments
f-securus
1107 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?
link
nlh
1107 days ago
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.
link