Redux-devtools-extension: Remove Diff monitor

Created on 23 Apr 2016  路  5Comments  路  Source: zalmoxisus/redux-devtools-extension

Are there any advantages of using Diff Monitor since we now have Diff functionality in the Inspector Monitor?

There are some issues there solved by @jhen0409, but not sure how maintained the project is. To support it in future we'll also need to support theming there as suggested in #96.

discussion

Most helpful comment

Inspector now supports skipping and committing actions.

All 5 comments

I don't think the diff monitor has enough to offer to really justify itself in light of the inspector

The Inspector has not yet implement some features, like https://github.com/alexkuz/redux-devtools-inspector/issues/19 https://github.com/alexkuz/redux-devtools-inspector/issues/20.

But I agree removing Diff monitor, I don't know they whether or not to continue to maintain project, if they don't fix these problems, it's not conducive to self-build for extension.

@jhen0409, while these features are present in the Log Monitor, that's not a problem. We want to have multiple monitors, each of them should be focused on solving specific problems.

Inspector now supports skipping and committing actions.

Removed in v1.3.0.

Was this page helpful?
0 / 5 - 0 ratings