0.0.2 • Published 1 month ago

@sonnetjs/store v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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

  1. Run the following command to create a new SonnetJS project.
npx create-sonnet-app@latest
  1. Change directory to the newly created project.
cd [my-sonnet-app]
  1. Install the dependencies
npm i
  1. Install sonnetjs/store
npm i @sonnetjs/store
  1. Start the development server
npm run dev

License

sonnetjs/store is licensed under the MIT license.