Package Exports
- graph-stater
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (graph-stater) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-stateror using yarn:
yarn add graph-staterUsage
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