Work in progress
Functional, unidirectional state management for React based on redux
.
redux
is great for predictably handling state but doesn't leverage Higher Order Components out of the box.
rehoc
provides functional, HOCs that can be used to cleanly "connect" your containers to state and action dispatchers.