react-router-redux
react-router-redux copied to clipboard
Ruthlessly simple bindings to keep react-router and redux in sync
Results
1
react-router-redux issues
Sort by
recently updated
recently updated
newest added
Hi, I am trying to restore the displayed page on app startup but it's always `/`, redux store is preloaded from local storage. However`syncHistoryWithStore` erases the state. I use `redux-localstorage`...