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

Add support for combineReducers #1

Closed tomkis closed 8 years ago

tomkis commented 9 years ago

combineReducers is wrapping the reducer function which is potentially a generator, we need to take this in account.

tomkis commented 8 years ago

Implemented in 884e72a57a6ea5008183e0c7eb15ef7bc9917cbf, 2576bcafb0a3430079241f2c3be0e116fc6210f6 and 0af60d6b3242736f82eaf4aab6fbc63a6080e49e

Closing, will be available in 0.2.3