August 2017
Beginner
374 pages
10h 41m
English
After setting up the middleware, react-router-redux still needs us to place their reducer in our Redux store so that the routing state can be stored there. Perform the following steps:
import { routerReducer } from 'react-router-redux'
const appReducer = combineReducers({ ...other reducers..., route: routerReducer,})
Read now
Unlock full access