August 2017
Beginner
374 pages
10h 41m
English
Next, we need to make react-router use the Redux store. This is done by applying the routerMiddleware provided by react-router-redux when creating the Redux store. Perform the following steps:
import { routerMiddleware } from 'react-router-redux'
import createHistory from 'history/createBrowserHistory'
export const history = createHistory()
const middleware ...
Read now
Unlock full access