Reworm
The simplest way to manage state
...The library focuses on direct access patterns, so components can read values with get and update them with set. It also supports selectors, which help reuse derived state logic across an application. Developers can subscribe to state changes when they need side effects or external synchronization. reworm is best suited for lightweight React projects or legacy codebases that want a simpler alternative to heavier state management patterns.