0.0.6 • Published 7 years ago

reusable-react-redux v0.0.6

Weekly downloads
860
License
MIT
Repository
github
Last release
7 years ago

Reusable React Redux

Library to facilitate building reusable react redux components.

Travis npm

Why?

  1. We can do better than specifying yet-another-reducer when reusing an existing connected component.
  2. We can do better than re-implementing an existing connected component in order to use a different slice of the store.

How?

  1. Higher-order reducer to programmatically choose store slice.
  2. Specify store slice selector as property to connected component.
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago