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

Update README to reflect new createStore #108

Closed luskin closed 4 years ago

luskin commented 5 years ago

README is out of date for createStore!

createStore used to take initialState/enchancers/extensions as parameters but now the first parameter contains these objects.

abettadapur commented 4 years ago

Thanks @luskin, sorry for the delay in merging this