8 ms·
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.
by andypants 2mo 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.
- yawaramin 2mo agoYou 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.