gajus / redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Other
1.88k stars 82 forks source link

Allow to use Record and other Iterables as default state value #58

Closed Velenir closed 7 years ago

Velenir commented 7 years ago

This would allow for reducer produced by combineReducer to use compatible Immutable.Iterables as default state. In particular, a Record with a predetermined schema, as requested in #46.

gajus commented 7 years ago

Immaculate! Ready to merge?

Velenir commented 7 years ago

By all means, merge.