Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pbastowski/lit-hyperactiv

Building reactive SPAs with lit-html, hyperactiv and easyrouter
https://github.com/pbastowski/lit-hyperactiv

Last synced: about 2 months ago
JSON representation

Building reactive SPAs with lit-html, hyperactiv and easyrouter

Awesome Lists containing this project

README

        

### lit-html and hyperactive application with no bundling

This project is an example that shows how easy it is to create a Web app with

- `lit-html` (templating library) and
- `hyperactive` (ES6 proxy library)

without and bundling.

For small Web apps this will work just fine. For large apps you may find a reason, eventually, to start bundling in order to reduce the number of files that have to be loaded individually by the browser.