redux-diff-logger
redux-diff-logger copied to clipboard
Diff logger between states for redux
Hi, I'd like to use this tool, but with a state object that is an `Immutable.Map`. Looking at the source, support could be added pretty easily by accepting a configuration...
initialised with a option object to transform the state, especially for immutable state
For example, arrays diff looks like `undefined "zones.items" undefined " → " undefined` right now(then items was appended to collection) 