cyrilluce / saga-duck

extensible and composable duck for redux-saga
MIT License
98 stars 15 forks source link

Hot Module Replacement #5

Open cha0s opened 5 years ago

cha0s commented 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.

cyrilluce commented 5 years ago

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.