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 incorrect documentation for redux-dynamic-modules-saga #132

Closed andyhmltn closed 4 years ago

andyhmltn commented 4 years ago

The documentation for this plugin (and as a result, the documentation on NPM) is incorrect. redux-dynamic-modules doesn't export configureStore and the user needs to import getSagaExtension, which was missing before. I've changed also changed the ReduxSaga reference doc in docs to match as that also appeared to be slightly out of date

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

abettadapur commented 4 years ago

Thanks for cleaning up our documentation!

andyhmltn commented 4 years ago

No problem, thanks for the awesome library 😄