EDIT: I made a really simple demo of SDx. It's missing all of the features for nicer syntax, better performance (derivation batching), and garbage collection features (avoiding direct references). You also can't run derivers inside of derivers. But it gets the idea across.
seph-reed|5 years ago
https://codepen.io/SephReed/pen/gOaeQLv?editors=1010
--------
I made it up, but MobX has some rudimentary implementations of it:
https://mobx.js.org/README.html
jimmyspice|5 years ago