redux-fractal
redux-fractal copied to clipboard
Support for Redux 4
Is there interest in supporting redux v4?
I tried running alongside redux4, and got the following error when handling global actions in my local reducer:
Uncaught Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store
I'm not familiar enough w/ the API changes from redux 3 - 4 atm to properly diagnose whether this would be a major lift or not.