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

Unload modules in reverse order #68

Closed shutchings closed 5 years ago

shutchings commented 5 years ago

Modules should be unloaded in the reverse order that they were added so that the dependencies are correct. I guess this was how it used to operate but somehow it got lost.