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.
Show HN: Vellyr – small JavaScript non-lazy signals library | Better HN