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

Add a custom combineReducers option #90

Closed abettadapur closed 5 years ago

abettadapur commented 5 years ago

When using immutableJS with Redux, a custom combineReducer must be provided. This change allows the consumer to specify a custom combine function

abettadapur commented 5 years ago

@codeocelot So sorry for the delay here, been very busy with my main job

I will get this published for you tonight

abettadapur commented 5 years ago

There is a TS error here I need to fix and I will add tests

abettadapur commented 5 years ago

Test Plan: All tests pass All the examples continue to work, after updating their createStore functions