tshelburne / redux-batched-actions

redux higher order reducer + action to reduce actions under a single subscriber notification
MIT License
1.04k stars 37 forks source link

Incompatible with react-router-redux #16

Open AJamesPhillips opened 7 years ago

AJamesPhillips commented 7 years ago

It's not a big problem but perhaps there's a general warning we can put in the README with a specific warning about things like react-router-redux.

The related issue is here: https://github.com/ReactTraining/react-router/issues/5227

I also suspect this is related / equivalent to #12 but am not certain.

Of course also if there's a simple solution to this then please let me know, I'd really like to include redux-batched-actions back in my project and use it with react-router-redux actions.

ostap0207 commented 7 years ago

There is https://github.com/abc123s/redux-batch-enhancer, which should solve this problem.