Hacker News new | ask | show | jobs
by andypants 14 days ago
You can also use jsx on the backend. React has renderToStaticMarkup, but you probably want to use one of the jsx libraries written specifically for the backend.
1 comments

You can use JSX but tagged template literals are supported out of the box by JS runtimes, so you wouldn’t need to add a build step.