Hacker News new | ask | show | jobs
Show HN: Vellyr – small JavaScript non-lazy signals library (github.com)
2 points by bloomca 86 days ago
During my explorations of UI libraries and atomic updates I came to a conclusion that signals is one the best composable state primitives for that task.

Observables are great as well, but they are fundamentally more complicated, so I built a super simple eager signals library with explicit derived/effects semantics (so, no proxies) and wanted to share here.