0.0.3 • Published 2 years ago
@sonnetjs/store v0.0.3
sonnetjs/store
sonnetjs/store is a simple and declarative state management library for JavaScript applications.
Features
- Simple and declarative API for managing state.
- Supports multiple stores.
- support watch for state changes.
Usage
- 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 devLicense
sonnetjs/store is licensed under the MIT license.