@sonnetjs/store
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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.

Package Sidebar

Install

npm i @sonnetjs/store

Weekly Downloads

5

Version

0.0.3

License

MIT

Unpacked Size

3.96 kB

Total Files

4

Last publish

Collaborators

  • htmujahid