reactotron icon indicating copy to clipboard operation
reactotron copied to clipboard

Support delta display for Redux store

Open ohtangza opened this issue 7 years ago • 9 comments

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

ohtangza avatar Aug 04 '17 20:08 ohtangza

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.

skellock avatar Aug 04 '17 22:08 skellock

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 avatar Aug 05 '17 04:08 ohtangza

Ping.

ohtangza avatar Aug 24 '17 01:08 ohtangza

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

skellock avatar Aug 24 '17 05:08 skellock

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

ohtangza avatar Aug 25 '17 02:08 ohtangza

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

lsps9150414 avatar Aug 14 '18 05:08 lsps9150414

any update or plan to add this feature?

sagark1510 avatar Oct 14 '19 17:10 sagark1510

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

rmevans9 avatar Oct 16 '19 23:10 rmevans9

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

ohtangza avatar Oct 17 '19 12:10 ohtangza