Integrating libraries into redux usually requires one step of setup (add a reducer, wrap the middleware, etc).
  1. Hard to confirm this was done right
  2. Harder to confirm down in the tree whether it was done right.
I usually work around this by trying to add something to context/store, but it's usually brittle. I've noticed it tripping up folks around me.
I'm not really sure what a solution could be (flowtypes? A first class api to extend the store (that handles libs like redux-optimist, etc)?
Thanks for the great lib!