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