An open API service indexing awesome lists of open source software.

https://github.com/ficusjs/ficusjs-compiled-templates

Compile JSX tagged template literals with snowpack and babel
https://github.com/ficusjs/ficusjs-compiled-templates

Last synced: 4 months ago
JSON representation

Compile JSX tagged template literals with snowpack and babel

Awesome Lists containing this project

README

        

# ficusjs-compiled-templates

Compiled JSX tagged template literals using the [htm renderer](https://github.com/ficusjs/ficusjs-renderers) via [babel-plugin-htm](https://github.com/developit/htm/tree/master/packages/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`