reusable-react-redux
v0.0.6
Published
Library to facilitate building reusable react redux components.
Downloads
485
Maintainers
Readme
Reusable React Redux
Library to facilitate building reusable react redux components.
Why?
- We can do better than specifying yet-another-reducer when reusing an existing connected component.
- We can do better than re-implementing an existing connected component in order to use a different slice of the store.
How?
- Higher-order reducer to programmatically choose store slice.
- Specify store slice selector as property to connected component.