#reactive-programming
Wiki 2
- Reactive Signals Reactive primitive for automatic state propagation, now the dominant model in JS frameworks
- Signals: The Push-Pull Based Algorithm How signals work: push-pull reactivity with automatic dependency tracking, built from scratch