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 work on reload, but not when clicking on a link

I have setup the React with react-router version 4. The routing works when I enter the URL directly on the browser, …

reactjs react-router react-redux react-router-redux react-router-v4
onEnter Transitions with React Router and Redux Simple Router Dont Render New Route's Component

I have an app using react @0.14, redux @3.05, react-router @1.0.3, and redux-simple-router @2.0.2. I'm trying to configure onEnter transitions for some of my …

javascript reactjs react-router redux react-router-redux
How to use react-router-redux routeActions?

I'm trying to modify the example code of react-router-redux. https://github.com/rackt/react-router-redux/blob/master/examples/basic/components/Home.…

reactjs react-router react-router-redux
infinite loop when dispatching in componentWillReceiveProps

I have a Profile component that is loaded by react-router (path="profile/:username") and the component itself looks like this: ... …

reactjs react-router redux react-redux react-router-redux
Check the render method

I am using react, redux and react-redux-router. When I run an application I get an error. I do not understand …

reactjs react-redux react-router-redux
Resetting redux state on logout

I am trying to deal with the problem, addressed, in general in an earlier thread - How to reset the …

javascript reactjs redux react-router react-router-redux
Redux state doesn't update with action dispatch

I've gone through every piece of documentation and example project I can find for building a react app with redux …

reactjs redux react-router react-redux react-router-redux
Accessing params with react-router-redux

I'm using react-router-redux (https://github.com/ReactTraining/react-router/tree/master/packages/react-router-redux) installed with npm install --save react-router-redux@next implemented …

javascript reactjs redux react-router-redux
react-router-redux: Cannot read property 'listen' of undefined at syncHistoryWithStore

I'm in the process of Refactoring clean Ract app to Redux. I have deifned some actions and reducers tested. I …

react-router-redux
Get current location from react-router-redux

How do you get the current location when using "react-router-redux"? This is the routing state: { routing: { locationBeforeTransition: { pathname: "/foo", search: "", …

reactjs redux react-router react-redux react-router-redux