Reactotron: Support delta display for Redux store

Created on 4 Aug 2017  路  9Comments  路  Source: infinitered/reactotron

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

request

Most helpful comment

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

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

Ping.

No news on my end. Still haven鈥檛 had time. 馃槩

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

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nonameolsson picture nonameolsson  路  5Comments

davidjb picture davidjb  路  5Comments

tolu360 picture tolu360  路  5Comments

AdrienLemaire picture AdrienLemaire  路  3Comments

ferminmoli picture ferminmoli  路  4Comments