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

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

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