Revisolution / typed-redux-kit

Scaffoldings for Redux with Typescript
19 stars 5 forks source link

Add module support to MappedReducer only #3

Closed thomhos closed 7 years ago

thomhos commented 7 years ago

I added support for the MappedReducer to have initial state when you want to use it as part of a module structure.

The MappedPipeReducers still need to be done. @Rokt33r can you assist in this?

Rokt33r commented 7 years ago

Oh, sorry. Yes, I could!

Rokt33r commented 7 years ago

Great job! I'll merge it and publish the new release soon.

Rokt33r commented 7 years ago

Published!

thomhos commented 7 years ago

Awesome thanks, didn't know the implementation for the other reducers would be the same haha. Thanks for fixing!