You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
Can we add something like that into simple router, because i think it is significant.
Data is great in actions to use in middlewares, and usefull in state as well. For example will help to use router in
react-redux-universal-hot-example
what do you think?
The text was updated successfully, but these errors were encountered:
Definitely not, sorry. If you want that, use redux-router. It complicates things significantly, and you should only be putting serializable dumb state in your app state. The idea of the project is that you should use react-router directly; you should use redux-router if you want a separate interface.
Add react router data into action and reducer
I make a commit, just to show my Idea
https://github.com/vladimirbuskin/redux-simple-router/commit/0c4240ba63efe1454fdb0b762b109a710c4e03f5
Can we add something like that into simple router, because i think it is significant.
Data is great in actions to use in middlewares, and usefull in state as well. For example will help to use router in
react-redux-universal-hot-example
what do you think?
The text was updated successfully, but these errors were encountered: