1.1.0 • Published 6 years ago

rxjs-dew-react v1.1.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

RxJs Dew React

React components for subscribing to Dew store.

  • Component - An abstract react component that uses a Dew.Store to manage its own state that it creates itself.
  • Provider - Provides a map of Dew.Store objects into the react context. Extends and merges to an existing Provider map if a parent object is already using a provider.
  • Consumer - An abstract react component that provides a storeMap property to access provided Dew.Store objects by a Provider. Also includes subscribe and unsubscribe functions to asist in binding Dew.Store objects either from the provided map or created by the consumer to the consumers state.
  • BoundConsumer - A convenience abstract react component that subscribes to a single specified Dew.Store property store. Requires this stores state$ obersvable to have a state that is a subset of the state of the BoundConsumer state.
1.1.0

6 years ago

1.0.0

6 years ago

0.7.0

6 years ago

0.6.7

7 years ago

0.6.6

7 years ago

0.6.5

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago