-
Notifications
You must be signed in to change notification settings - Fork 131
Redux Router VS React Router Redux #64
Comments
I'm wondering the same thing. Some insight would be really helpful. redux-router's README has a comparison sections with some caveats, but ultimately says its advisable to use react-router-redux without really explaining why. |
I'm making the same evaluation right now and having the same difficulty. I get the sense (possibly from something @gaearon wrote somewhere) that one big reason is that redux-router is not as well maintained. This twitter search is all I could find right now, though even the message from just that seems pretty clear (if unelaborated). Having the docs described in this issue will be a big help, I hope. @yanivefraim the issue you link to actually discusses using redux-react-router, which became redux-router. There was also once redux-simple-router, which became react-router-redux. |
You don’t need either, why not just use React Router directly? |
(I wouldn’t suggest |
Thanks @gaearon. I'm assuming you meant react-router-redux above (since that was the link target). This conversation was quite helpful for me in piecing this together. DevTools support does seem quite useful. I was waffling for a while because of this caveat regarding router state in |
Exactly. |
Thanks for the insights! @gaearon - I would like to cease the opportunity and ask a (somehow related) question about Redux/React/Router. I already asked it here but did not get a proper answer... In short:
I would really love to hear your opinion about this. |
It would be really interesting if you can tell about the decision of using Redux Router over React Router Redux.
I saw that you had an issue for using React Router Redux, and finally you chose the Redux Router.
Can you share your knowledge about this?
10x!
The text was updated successfully, but these errors were encountered: