Skip to content
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

Open
ohtangza opened this issue Aug 4, 2017 · 10 comments · May be fixed by #1531
Open

Support delta display for Redux store #496

ohtangza opened this issue Aug 4, 2017 · 10 comments · May be fixed by #1531
Labels
request 👍 I would like this to be a thing.

Comments

@ohtangza
Copy link

ohtangza commented Aug 4, 2017

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.

screen shot 2017-08-05 at 5 23 45 am

@skellock
Copy link
Contributor

skellock commented Aug 4, 2017

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.

@ohtangza
Copy link
Author

ohtangza commented Aug 5, 2017

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 deep-diff (https://github.com/flitbit/diff). This library outputs which property in JS object has been changed before and after. How about it?

@ohtangza
Copy link
Author

Ping.

@skellock
Copy link
Contributor

No news on my end. Still haven’t had time. 😢

@ohtangza
Copy link
Author

@skellock Okay, I'll also update you if I have time to work on this :)

@lsps9150414
Copy link

Was also looking for an alternative to react-native-debugger and found this awesome project. Hope diff feature will be added soon!

@skellock skellock added request 👍 I would like this to be a thing. and removed help wanted 👋 I could use a little help here. enhancement labels Aug 23, 2018
@sagark1510
Copy link

any update or plan to add this feature?

@rmevans9
Copy link
Collaborator

I would like to eventually but I haven't gotten to it yet. I would gladly accept a PR for this though.

@ohtangza
Copy link
Author

Sorry, folks. My comments from two years ago made me shameful. Hope this feature will find a proper developer than me.

joshuayoes pushed a commit that referenced this issue Jan 30, 2023
joshuayoes pushed a commit that referenced this issue Feb 1, 2023
silasjmatson pushed a commit that referenced this issue Mar 14, 2023
@camilossantos2809
Copy link

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.

@camilossantos2809 camilossantos2809 linked a pull request Jan 20, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request 👍 I would like this to be a thing.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants