1.0.4 • Published 8 years ago

react-store-set v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

react-app-store

a react store util, dispatch state and actions to child components

Componets

  1. StoreSet: a class to store all kinds of states and actions,also dispatch state to related Connectors when state changed.

  2. StoreSetProvider: a React Componet to pass the global AppStores instance child components

  3. Connectors: a React Componet to connect AppStores, pass its state and actions to children

  4. Store: this app store class for init AppStores

Usage

see examples director

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

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

1.0.7

8 years ago