I am new to React.js and was setting up base project at that I was getting one issue that my routing got changed but component doesn\'t load. After googling I found that I n
You have forgotten :
router: connectRouter(history),
in your combineReducers()