Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pbastowski/lit-hyperactiv
- Owner: pbastowski
- Created: 2020-05-11T12:01:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T12:01:55.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T10:26:06.804Z (3 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.