indexiatech / redux-immutablejs

Redux Immutable facilities.
BSD 3-Clause "New" or "Revised" License
685 stars 36 forks source link

If I use the redux-immutablejs' createReducer(), will I still get back the initial state if the action is undefined as I would with a switch statement? #28

Closed DavidEwers closed 8 years ago

DavidEwers commented 8 years ago

I see, you just set defaults in the initial state.