Graph-Stater
A first-router state manager (inspired by redux), with similar but different usage to be more comfortable and more usable, especially for react (for now)
Route is an important part of app-state.
Installation
npm i graph-stater
or using yarn
:
yarn add graph-stater
Usage
See example 1:
https://github.com/Rahazad/graph-stater-example-1
After launch, open DevTools-console to see state-manager logs.
License
MIT © Mir-Ismaili