UNPKG

react-jsx

Version:

Compile JSX templates to client and server-side renderable templates

10 lines (9 loc) 130 B
/* index.jsx */ <html> <head> <title>{title}</title> </head> <body> <HelloWorld name={another} /> </body> </html>