Comment by andypants

13 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.

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.