React Developer Tools

React Developer Tools

Adds React debugging tools to the Chrome Developer Tools. Created from revision b566064da on 4/15/2024.

What is React Developer Tools?
"React Developer Tools" is a Chrome extension that integrates with DevTools to offer specialized features for debugging React applications. It adds 'Components' and 'Profiler' tabs, allowing developers to inspect the React component tree, edit props and state directly, and record performance information. The tool enhances productivity and debugging efficiency without transmitting data remotely, reinforcing its commitment to user privacy and security. It is open source and available for community contribution on GitHub.
Stats
By: Meta
Users: 4,000,000+
Version: 5.1.0 (4/15/2024) (Last updated: 2024-04-18)
Creation date: 2020-05-18
Risk impact: Moderate risk impact
Risk likelihood: Very low risk likelihood
Manifest version: 3
Permissions:
  • storage
  • scripting
Host permissions:
  • <all_urls>
Size: 2.52M
URLs: Website
Stats date:

Other platforms

React Developer Tools
React Developer Tools (v5.0.2)
4.64 (343) 185,428+
React Developer Tools
React Developer Tools (v5.0.2 (3/8/2024))
4.40 (60) 849,242+
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension
Summary

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.

This extension requires permissions to access the page's React tree, but it does not transmit any data remotely. It is fully open source, and you can find its source code at https://github.com/facebook/react/tree/master/packages/react-devtools-extensions.

User reviews
User reviews summary
These summaries are automatically generated weekly using AI based on recent user reviews. Chrome Web Store does not verify user reviews, so some user reviews may be inaccurate, spammy, or outdated.
Pros
  • Helpful for debugging React applications
  • Useful for viewing components and source files
  • Invaluable extension
Cons
  • Issues with source file view
  • Bugs in the latest version
  • Not working with Vite
Most mentioned
  • Source file view
  • Not working with Vite
  • Bugs in the latest version
Recent reviews
I can't see the "Profiler" and "Components" in my dev tools, what should I do ?
by Mohak Indradeo Mohak Indradeo, 2024-04-17

Seems useful so far. Ben Oakland's comment in another review is correct: > For anyone who's having issues with the console tabs not appearing: > Press F12 to open your console, click the gear/cog icon to open the console settings, then in the bottom right there's a button that says "Restore defaults and reload". This should bring the console tabs back if they're missing.
by David Millar David Millar, 2024-04-16

Guys if you dont see it in the dev momode just scroll more to the left and you can see it ""COMPONENTS" and "PROFILER" after security tab in chrome.
by LEONARD KIPTALA LEONARD KIPTALA, 2024-04-13
View all user reviews
Safety
Risk impact

React Developer Tools may not be safe to use and it requires some risky permissions. Exercise caution when installing this extension. Review carefully before installing.

Risk likelihood

React Developer Tools has earned a good reputation and can be trusted.

Upgrade to see risk analysis details
Screenshots
Similar extensions

Here are some Chrome extensions that are similar to React Developer Tools: