|
|
|
|
|
by rahim_alwer
1458 days ago
|
|
Hey everyone! I put together a functional reactivity library that uses observable functions as it's primitive for tracking state and changes. It's super tiny (850B), fast, only re-computes the dirty parts of a computation tree, batches updates via a scheduler on to the microtask queue, and works in both browsers and Node. Love any feedback :) |
|
[0]: https://codesandbox.io/s/oby-bench-cellx-s6kusj?file=/lib.js