teedux
teedux copied to clipboard
Hot Module Reloading
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.