https://github.com/jdan/reactive-js
How to invent reactive JavaScript
https://github.com/jdan/reactive-js
Last synced: 12 months ago
JSON representation
How to invent reactive JavaScript
- Host: GitHub
- URL: https://github.com/jdan/reactive-js
- Owner: jdan
- License: mit
- Created: 2022-06-05T23:22:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T13:03:54.000Z (almost 4 years ago)
- Last Synced: 2025-04-16T14:21:16.939Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Three implementations of reactivity in JavaScript
This is the source code as written in [How to invent reactive JavaScript](https://notes.jordanscales.com/reactivity)
1. [An explicit list of dependencies](/01-explicit.js)
2. [Leaning on templates](/02-templates.js)
3. [Dependencies as needed](/03-as-needed.js)
### License
MIT