Reworm
The simplest way to manage state
Reworm is a small React state management library designed to reduce the boilerplate often associated with actions, reducers, and state connections. It lets developers create state with a simple create function and expose it through a shared Provider. 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.