1.4.0 • Published 12 months ago
solitary v1.4.0
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.