React Developer Tools 4.28.5 (10/25/2023) CRX for Chrome
A Free Developer Tools Extension
Published By Meta
React Developer Tools (fmkadmapgofadopljbjfkapdkoienihi): Adds React debugging tools to the Chrome Developer Tools., , Created from revision ef8a840bd on 10/25/2023.... Read More > or Download Now >
React Developer Tools for Chrome
Tech Specs
- • Type: Browser Extension
- • Latest Version: 4.28.5 (10/25/2023)
- • Require: Chrome 102 and up
- • Offline: No
- • Developer: Meta
User Reviews
- • Rating Average
- 4.02 out of 5
- • Rating Users
- 1457
Download Count
- • Total Downloads
- 43759
- • Current Version Downloads
- 309
- • Updated: October 26, 2023
React Developer Tools is a free Developer Tools Extension for Chrome. You could download the latest version crx file or old version crx files and install it.
More About React Developer Tools
You will get two new tabs in your Chrome DevTools: "⚛️ Components" and "⚛️ Profiler".
The Components tab shows you the root React components that were rendered on the page, as well as the subcomponents that they ended up rendering.
By selecting one of the components in the tree, you can inspect and edit its current props and state in the panel on the right. In the breadcrumbs you can inspect the selected component, the component that created it, the component that created that one, and so on.
If you inspect a React element on the page using the regular Elements tab, then switch over to the React tab, that element will be automatically selected in the React tree.
The Profiler tab allows you to record performance information.