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

feat: display more details of hooks listeners #727

Open
stefanobartoletti opened this issue Sep 13, 2024 · 0 comments
Open

feat: display more details of hooks listeners #727

stefanobartoletti opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@stefanobartoletti
Copy link

stefanobartoletti commented Sep 13, 2024

🆒 Your use case

I think it would be a nice addition to the devtools to have a more detailed breakdown of hook listeners.

Currently hooks are listed with a count of listeners and the number of executions:

Screenshot_20240913_072603

I think it would be nice to be able to tell what exactly is using a specific hook, and generally speaking, tell what happens at a given point of the app lifecycle.

This also will help in better diagnosing the duration as displayed in the last column, and to try to improve performances

🆕 The solution you'd like

Clicking on a hook in the list should display a panel with more verbose details, like an explicit list of listeners, more details on execution, and so on.

🔍 Alternatives you've considered

No response

ℹ️ Additional info

No response

@stefanobartoletti stefanobartoletti added the enhancement New feature or request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant