-
Notifications
You must be signed in to change notification settings - Fork 946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support delta display for Redux store #496
Comments
Do you know of any library that could help out? I'm think maybe concordence? I'll have to play around a bit to see what's available. Thanks for the request. |
I just took a look at Redux-debugger's diff monitor (https://github.com/whetstone/redux-devtools-diff-monitor/blob/master/package.json). They were using |
Ping. |
No news on my end. Still haven’t had time. 😢 |
@skellock Okay, I'll also update you if I have time to work on this :) |
Was also looking for an alternative to |
any update or plan to add this feature? |
I would like to eventually but I haven't gotten to it yet. I would gladly accept a PR for this though. |
Sorry, folks. My comments from two years ago made me shameful. Hope this feature will find a proper developer than me. |
…#496) Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Are there still any plans to implement this feature? Flipper also has something similar, and it's really useful to see which properties are being updated by each action in Redux. |
I am switched from https://github.com/jhen0409/react-native-debugger recently and found out that Reactotron has a better view in terms of debugging. However, I think delta display is missing for Redux functionality when I am subscribing a large set of Redux store, it's little hard to check which property has been changed by a specific action. Previously in Redux Debugger, it is displayed as the one screenshot below so that I did not have to search the changed property visually.
The text was updated successfully, but these errors were encountered: