This browser extension adds powerful debugging capabilities to your Chrome Developer Tools specifically for the React JavaScript library. It introduces two new tabs, "Components ⚛" and "Profiler ⚛", designed to give you deep insight into your application's structure and performance.
The Components tab provides a complete view of the React component hierarchy rendered on the page. You can:
The Profiler tab is an indispensable tool for optimization. It allows you to record performance data as your application runs, helping you identify and resolve performance bottlenecks. This extension is fully open source and does not transmit any data remotely, respecting your privacy and security.