saga-duck icon indicating copy to clipboard operation
saga-duck copied to clipboard

Hot Module Replacement

Open cha0s opened this issue 5 years ago • 1 comments

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.

cha0s avatar Feb 17 '19 00:02 cha0s

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.

cyrilluce avatar Feb 18 '19 03:02 cyrilluce