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

Seed all reducers at once #82

Closed abettadapur closed 5 years ago

abettadapur commented 5 years ago

Seed all reducers at once after they are added to silence warnings from Redux about incomplete state

Fixes #81