1.0.7 • Published 10 years ago

react-appstores v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

react-app-store

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

Componets

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

  2. AppStoresProvider: 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.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago