Generate HTML Emails with React on the Server
This might seem strange and some questions probably popped up in your head. Why would you want to use JSX for emails? Can you actually render JSX on the server?
Why JSX?
So... JSX is really good for templating. You can simply do something like this:
...
chjweb.se8 min read
shadowtime2000
I program
Cool, but really this pattern and stuff can be used for anything, not just emails and it may be better to just use template engines instead so you don't have to use a bundler.