Open cha0s opened 5 years ago
In order to use Hot Module Replacement, a mechanism needs to be built in to allow canceling and replacing saga tasks, as well as replacing store reducers.
IMO, and in our internal projects, HMR only useful for React UI development, sagas are always very complex, and didn't work well by simply re-run.
PR is welcome.
In order to use Hot Module Replacement, a mechanism needs to be built in to allow canceling and replacing saga tasks, as well as replacing store reducers.