solitary
v1.4.0
Published
A simple store for global state management in JavaScript.
Downloads
7
Maintainers
Readme
Solitary
A simple store for global state management in JavaScript.
Instructions
Create a new store by using the Store
class and apply middlewares and validators. You can alter the state by dispatching actions such as in Redux
but this is a much simpler library for smaller projects.
The usage example is provided in the index.ts
file. You can check that.