A js framework. Using to learn reactivity through signals.
- JavaScript 90.8%
- HTML 9.2%
| example | ||
| src | ||
| tests | ||
| loose.js | ||
| package.json | ||
| README.md | ||
| serveExample.js | ||
loosejs
A js framework. Using to learn reactivity through signals.
To run the example, you need node to run a web server
In the root directory:
npm start
Run tests:
npm test
TODO
- signal, effect
- memo
- untrack
- batch
- ownership
- for, index
- comp function (for auto-wrapping reactive children with effects, instead of jsx)
- store