Library to facilitate building reusable react redux components.
- 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.
- Higher-order reducer to programmatically choose store slice.
- Specify store slice selector as property to connected component.