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

Pass the whole state to reducer as a third parameter #70

Closed DavyJohnes closed 4 years ago

DavyJohnes commented 6 years ago

I really think it can be pretty useful in some application to have access to the whole state in slice reducers. Taking into account state is immutable (especially here, in immutablejs context), I think there are no possible side effects.

gajus commented 4 years ago

Closing as stale.