microsoft / redux-dynamic-modules

Modularize Redux by dynamically loading reducers and middlewares.
https://redux-dynamic-modules.js.org
MIT License
1.07k stars 116 forks source link

FIX cache replaceableWrapper to prevent creating again #115

Closed shinvey closed 1 year ago

shinvey commented 4 years ago

replaceableWrapper should be the same as Epic. As you use hot load (HMR) for development or go forward/back between pages.

it's relating to https://github.com/microsoft/redux-dynamic-modules/pull/112#discussion_r340415209

@abettadapur