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 has been archived by the owner on Nov 10, 2021. It is now read-only.
I'm using redux-react-hook with react-router-dom which works fine. Now I want to connect the router to Redux, such that it dispatches actions when I'm routing and give me the ability to route using actions.
Previously I'd use connected-react-router for that, but that's dependent on react-redux.
Is this possible?
The text was updated successfully, but these errors were encountered:
You'll have to find another option that doesn't tie into react-redux, or just use a hook like https://github.com/CharlesStover/use-react-router to access the route data. Alternatively, just keep using react-redux and connected-react-router to get it into the store, but use redux-react-hook for actually accessing the store.
I'm using redux-react-hook with react-router-dom which works fine. Now I want to connect the router to Redux, such that it dispatches actions when I'm routing and give me the ability to route using actions.
Previously I'd use connected-react-router for that, but that's dependent on react-redux.
Is this possible?
The text was updated successfully, but these errors were encountered: