JSPM

graph-stater

0.2.0-beta.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q27670F
  • License MIT

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)

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.

npm (scoped) install size downloads
dependencies devDependencies
license Forks Stars

Installation

npm i graph-stater

or using yarn:

yarn add graph-stater

Usage

See example 1:

https://github.com/Rahazad/graph-stater-example-1

Open in CodeSandbox

After launch, open DevTools-console to see state-manager logs.

License

MIT © Mir-Ismaili