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

Actions dispatched through effect does not support yielding nested effects #3

Closed tomkis closed 9 years ago

tomkis commented 9 years ago

Wrapped dispatch passes original non-wrapped dispatch to executed effect, therefore any effect yielded within action which has been dispatched through effect will be ignored.