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.
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.