redux-dynamic-modules
redux-dynamic-modules copied to clipboard
Modularize Redux by dynamically loading reducers and middlewares.
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
When will this get updated?
[Here](https://github.com/microsoft/redux-dynamic-modules/blob/master/packages/redux-dynamic-modules-react/src/DynamicModuleLoader.tsx#L180) the lifecycle method `componentWillUnmount`is executed before the preceding siblings' `useEffect` cleanups.
I want to remove module by id. How can I achieve that?
Guys ... we need to let users know that it is used the *toString* method in the Epic function as key in order to determine if an epic will be...
Hi, Is it possible to make sure that a "static" middleware will always be the first/last in the middleware array? In my case, I have an "action splitter" middleware that...
I originally wanted to fix a typo in the docs page, but found it kinda hard to run the docs page locally.