facebook / react

The library for web and native user interfaces.
https://react.dev
MIT License
229.08k stars 46.86k forks source link

Feature Request: Adding filter (search) to react DevTools Profiler #20085

Open M-Izadmehr opened 4 years ago

M-Izadmehr commented 4 years ago

A few months ago, we added a tooltip to react DevTools Profiler (cc @bvaughn), so that for very small components, without clicking on them it is possible to see an overview of why they are re-rendered. However, still, for a not very big page, there can be tens of re-renders, so it is hard to find the component that you are looking for.

An easy solution for this to add some search bar, where the user can type down the name of the component, and find the component.

If this is something that you think we care about, I can pick it up and add the search field.

albertdugba commented 3 years ago

I agree

brdtheo commented 1 year ago

Is this still up to date ? That would be a great feature 👍🏻