The stupidest state management library that works.
Browse cluster: Functional Programming & Type Theory →PureState is a minimal state management library for JavaScript that enables reactive programming by wrapping values and their dependencies in a simple functional interface. Rather than adopting framework-heavy approaches like Flux or Redux, PureState allows developers to declare stateful variables that automatically recompute dependents when their values change, requiring only direct mutations of the core state while keeping the rest of the application pure. The library is intentionally small and straightforward, designed to handle interactive web applications—as demonstrated in included examples for a counter and todo list—without the architectural overhead of more complex solutions.