
Experience a small, fast, and scalable state management solution designed specifically for React. By utilizing a hook-based API, this library removes the need for complex providers and excessive boilerplate, allowing you to focus on building features rather than managing infrastructure. It is built to handle common challenges like the dreaded zombie child problem and context loss between mixed renderers, ensuring your application remains stable and performant.
Getting started is straightforward. You define your store as a hook, which can hold primitives, objects, or functions. The built-in set function merges state automatically, keeping your logic clean and predictable. Because your store is a hook, you can access it anywhere in your component tree without wrapping your application in providers.
Key benefits include: