brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.
645 stars 103 forks source link

How can I use it with react-router v4? #113

Open daryn-k opened 7 years ago

daryn-k commented 7 years ago

How can I use it with react-router v4?

Richacinas commented 7 years ago

Same here! is it possible at all? will it be any time soon?

rrutsche commented 6 years ago

There is already a fork of this project that is working well: https://github.com/makeomatic/redux-connect. It has an open discussion regarding support of react-router v4 -> makeomatic/redux-connect#107

Richacinas commented 6 years ago

@RRutsche Thank you Richard.

There is also this other project (quoted on the comments of the discussion you mentioned), that already supports react-router v4, and provides the same functionality. I'll try it ASAP.

https://github.com/adam-26/react-router-dispatcher