teedux icon indicating copy to clipboard operation
teedux copied to clipboard

Hot Module Reloading

Open cytrowski opened this issue 5 years ago • 0 comments

Right now change in reducer requires full page reload to make it work since hot-reloaded reducer will not be able to register itself for the same action.

I plan to add warning in dev mode when you register second handler for the same action - it should fire only after full page reload. Right now teedux throws an error in this case.

cytrowski avatar Mar 01 '19 22:03 cytrowski