Top "React-router-redux" questions

A library of bindings to keep react-router and redux in sync (formerly known as redux-simple-router).

React-Router External link

Since I'm using react-router to handle my routes in a react app, I'm curious if there is a way to …

javascript reactjs redirect react-router react-router-redux
Detect Route Change with react-router

I have to implement some business logic depending on browsing history. What I want to do is something like this: …

reactjs react-router react-router-v4 react-router-redux react-router-dom
react-router scroll to top on every transition

I have an issue when navigating into another page, its position will remain like the page before. So it won't …

javascript reactjs react-router react-router-redux
Get the current path in a react component

To determine the styling of specific menu item, I am trying to get the current path in my Navigation component. …

reactjs react-router react-router-redux
react-router-dom with TypeScript

I'm trying to use react router with TypeScript. However, I have certain problems using withRouter function. On the last line, …

reactjs typescript react-router react-router-v4 react-router-redux
How to sync Redux state and url hash tag params

We have a list of lectures and chapters where the user can select and deselect them. The two lists are …

javascript reactjs react-router redux react-router-redux
How to sync Redux state and url query params

I have a web page with a search panel. Search panel has several input fields: id, size, ... What I want …

react-router redux react-redux redux-framework react-router-redux
Change default color of Link from blue to white

I am using Link component from react-router-link which applies blue color css to the text just like an anchor tag …

css reactjs redux react-router react-router-redux
React Router: Cannot read property 'pathname' of undefined

I've just started learning React and got stuck at this error. Uncaught TypeError: Cannot read property 'pathname' of undefined at …

reactjs react-router react-jsx jsx react-router-redux
How to handle logout route in Redux?

I want to define a URL that could be used to logout the user (dispatch an action that would logout …

react-router redux react-router-redux