/ficusjs-compiled-templates

Compile JSX tagged template literals with snowpack and babel

Primary LanguageHTML

ficusjs-compiled-templates

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.

Getting started

  1. Clone this repo
  2. Run npm install
  3. Run npm start