Routes are not navigating when React v15.5 setup with react-redux v5 is
问题 I am new with React and I have setup my React project with Facebook's create-react-app. Here are the core files: Index.js import React from 'react'; import ReactDOM, { render } from 'react-dom'; import { BrowserRouter as Router } from 'react-router-dom'; import createHistory from 'history/createBrowserHistory'; import { createStore, applyMiddleware } from "redux"; import { Provider } from 'react-redux' import { routerMiddleware, syncHistoryWithStore } from 'react-router-redux'; import thunk