Compiled JSX tagged template literals using the htm renderer via babel-plugin-htm.
This example compiles JSX tagged template literals using Snowpack. This removes the runtime parsing of templates and reduces the overhead of loading a renderer.
- Clone this repo
- Run
npm install
- Run
npm start