leoasis / redux-immutable-state-invariant

Redux middleware that detects mutations between and outside redux dispatches. For development use only.
MIT License
937 stars 37 forks source link

Show the path (even diff?) in the state to the mutated state #1

Closed leoasis closed 9 years ago

leoasis commented 9 years ago

If we detect a mutation, it is helpful to show the path or even the diff of the state showing where the mutation occured.