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

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

Open
cory-weiner opened this issue Jul 24, 2024 · 0 comments
Open

Comments

@cory-weiner
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant