salsita / redux-side-effects

Redux toolset for keeping all the side effects inside your reducers while maintaining their purity.
MIT License
180 stars 9 forks source link

hot reloading does not work #5

Closed tomkis closed 8 years ago

tomkis commented 8 years ago

HR does not work because proper implementation of replaceReducer is not provided. The next reducer should be enhanced with enhanceReducer.