arrow_backBACK TO DRILLS
Blue Beltdevtools-performancePREMIUM
Checking for Re-renders via console.log Misses the DevTools Highlight Option
A developer wants to verify which components re-render when a parent's state changes, and adds a console.log to the top of every candidate component's body.
What built-in React DevTools feature makes this manual instrumentation unnecessary?