indexiatech / redux-immutablejs

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

combineReducer returns initial state if no mods by subReducers #15

Closed dgreisen-cfpb closed 8 years ago

dgreisen-cfpb commented 8 years ago

this allows you to now perform simple === test to see if the combineReducer actually modified state.

Also added babel as a dev-dependency so do not need a global babel install to build