You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am contemplating having https://github.com/rt2zz/redux-persist use replaceReducer to implement a "auto rehydration" feature. Basically it would apply a higher order reducer behind the scenes to do some custom handling on rehydration actions.
The question: is it safe / idiomatic to use replaceReducer outside of development tools / hot reloading?
The text was updated successfully, but these errors were encountered:
I am contemplating having https://github.com/rt2zz/redux-persist use replaceReducer to implement a "auto rehydration" feature. Basically it would apply a higher order reducer behind the scenes to do some custom handling on rehydration actions.
The question: is it safe / idiomatic to use replaceReducer outside of development tools / hot reloading?
The text was updated successfully, but these errors were encountered: