devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Add way to inspect the dependency chain of a piece of reactive state

Open cory-weiner opened this issue 1 year ago • 0 comments

What problem does this feature solve?

It would be very helpful to see the dependency tree for a given reactive piece of state. For example, on a computed property, to list all the reactive dependancies of that property. Then for each dependency, list it's dependancies etc.

In theory one could produce a graph of all related state in this manner.

cory-weiner avatar Jul 24 '24 18:07 cory-weiner