sonnetjs/store is a simple and declarative state management library for JavaScript applications.
- Simple and declarative API for managing state.
- Supports multiple stores.
- support watch for state changes.
- Run the following command to create a new SonnetJS project.
npx create-sonnet-app@latest
- Change directory to the newly created project.
cd [my-sonnet-app]
- Install the dependencies
npm i
- Install sonnetjs/store
npm i @sonnetjs/store
- Start the development server
npm run dev
sonnetjs/store is licensed under the MIT license.