dvdzkwsk / react-redux-starter-kit

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

HMR Hot reload does not reload changes in store / reducer #1306

Open williamli opened 7 years ago

williamli commented 7 years ago

When changes are made in the reducer related functions, these changes will not be hot reloaded. A manual refresh is required to get the update into app.

williamli commented 7 years ago

related to https://github.com/davezuko/react-redux-starter-kit/issues/1254