React Developer Tools

React Developer Tools Extension for Chrome

A Free Developer Tools Extension

Published By Meta

Download

App Info

  • • Type: Browser Extension
  • • Latest Version: 6.1.5 (7/4/2025)
  • • Require: Chrome 114 and up
  • • Offline: No
  • • Developer: Meta

User Reviews

  • ★★★☆☆
  • • Rating Average
  • 3.96 out of 5
  • • Rating Users
  • 1603

Download Count

  • • Total Downloads
  • 50139
  • • Current Version Downloads
  • 786
  • • Updated: July 6, 2025

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.

React Developer Tools is a Chrome DevTools extension for the open-source React JavaScript library. It allows you to inspect the React component hierarchies in the Chrome 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.

More Extensions to Consider (Similar or Related)