Stunk is a framework-agnostic state management library that keeps your app’s state clean and simple. It uses a fine-grained state model, breaking state into independent, manageable chunks.
Stunk is a lightweight, framework-agnostic state management library built on atomic state principles. It simplifies state management by breaking state into manageable “chunks”, ensuring efficient updates and reactivity.
Stunk is like dividing your jar into many smaller containers, each holding a single piece of state. These smaller containers are called chunks. Each chunk can be updated and accessed easily, and any part of your app can subscribe to changes in a chunk so it gets updated automatically.
npm install stunk
# or
yarn add stunk
# or
pnpm install stunk
Read Docs:
Contributions are welcome! Please feel free to submit a Pull Request.
This is licence under MIT