dvdzkwsk / react-redux-starter-kit

Get started with React, Redux, and React-Router.
MIT License
10.29k stars 2.2k forks source link

Regarding middleware call #1314

Open shivangi231 opened 7 years ago

shivangi231 commented 7 years ago

screen shot 2017-07-26 at 6 16 02 pm I am adding middleware in my store which decides the application route change depending on the pathname in action.payload .But my concern is that it is not been called on page refresh or on initial load only called on clickable route change even though on rendering a page actions are been dispatched.And i have previously cloned your repo around a year back and works fine in that.I guess it has something to do with new location.js file added in updated starter kit.