react-app-store

1.1.6 • Public • Published

react-app-store

a react store util, dispatch state and actions to child components,also store data to share between componets

Componets

  1. Store: a class to store state, data and actions, also dispatch state to connected prividers when state changed.

  2. Provider: a React Class to pass state to component, when store state changed

  3. GlobalStore: a store map, which is global scope

Usage

see examples director

npm i
npm start
http://localhost:9090/examples

Readme

Keywords

Package Sidebar

Install

npm i react-app-store

Weekly Downloads

16

Version

1.1.6

License

ISC

Last publish

Collaborators

  • caoyongzheng