redux-saga / redux-saga-devtools

Saga monitor and UI devtool for redux-saga
MIT License
269 stars 39 forks source link

Use Immer for the Reducer #25

Open abettadapur opened 6 years ago

abettadapur commented 6 years ago

Should make the reducers easier to read by removing all of the spread props

vansosnin commented 4 years ago

Expect something like this? https://github.com/redux-saga/redux-saga-devtools/pull/39