“What is this component doing?”
Use the Components tab to inspect props, state, hooks and context. Use the Profiler when you have a measured rendering problem.
- Find the component behind a piece of UI.
- Check the exact props it received.
- Watch local state and hooks change.
- Spot avoidable re-renders.