top | item 23118446

(no title)

jimmyspice | 5 years ago

where can I read more about SDx? never heard of that term before

discuss

order

seph-reed|5 years ago

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.

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

Thanks, that's a pretty cool demo with almost no code. Seems like a lightweight observable as you say.