🌐
React
react.dev › learn › react-developer-tools
React Developer Tools – React
For other browsers (for example, Safari), install the react-devtools npm package:
🌐
Chrome Web Store
chromewebstore.google.com › detail › react-developer-tools › fmkadmapgofadopljbjfkapdkoienihi
React Developer Tools - Chrome Web Store
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 ⚛".
🌐
npm
npmjs.com › package › react-devtools
react-devtools - npm
Open the DevTools again and the React components tab should be working. The standalone DevTools app can be built and tested from source following the instructions below. DevTools depends on local versions of several NPM packages1 also in this workspace. You'll need to either build or download those ...
      » npm install react-devtools
    
Published   Oct 20, 2025
Version   7.0.1
🌐
Mozilla Add-ons
addons.mozilla.org › en-US › firefox › addon › react-devtools
React Developer Tools – Get this Extension for 🦊 Firefox (en-US)
February 7, 2025 - React Developer Tools is a tool that allows you to inspect a React tree, including the component hierarchy, props, state, and more. To get started, just open the Firefox devtools and switch to the "⚛️ Components" or "⚛️ Profiler" tab.
Rating: 4.6 ​ - ​ 373 votes
🌐
GitHub
github.com › facebook › react › tree › main › packages › react-devtools
react/packages/react-devtools at main · facebook/react
Open the DevTools again and the React components tab should be working. The standalone DevTools app can be built and tested from source following the instructions below. DevTools depends on local versions of several NPM packages1 also in this workspace. You'll need to either build or download those ...
Author   facebook
🌐
React Native
reactnative.dev › docs › react-native-devtools
React Native DevTools · React Native
February 20, 2026 - React Native DevTools is our modern debugging experience for React Native. Purpose-built from the ground up, it aims to be fundamentally more integrated, correct, and reliable than previous debugging methods.
🌐
Softonic
react-developer-tools.en.softonic.com › home › web browsers › browsers › google chrome › react developer tools
React Developer Tools for Google Chrome - Extension Download
October 25, 2025 - React Developer Tools for Chrome, free and safe download. React Developer Tools latest version: React Developer Tools - New Tab Extension For Chrome.
Rating: 8.8/10 ​ - ​ 1 votes
🌐
GeeksforGeeks
geeksforgeeks.org › reactjs › what-is-react-developer-tool
React Developer Tools - GeeksforGeeks
August 19, 2025 - Go to the Extensions Tab at the right on the top, click on it. On the dropdown, one can see that the extension has been added. ... Press F12 or Ctrl + Shift + I to open Developer Tools. Click on the "React" tab in the DevTools ...
Find elsewhere
🌐
Microsoft Edge
microsoftedge.microsoft.com › addons › detail › react-developer-tools › gpphkfbcpidddadnkolkpfckpihlkkil
React Developer Tools - Microsoft Edge Add-ons
Account profile Download Center Microsoft Store support Returns Order tracking Certified Refurbished Microsoft Store Promise Flexible Payments
🌐
GitHub
github.com › facebook › react-devtools › releases
Releases · facebook/react-devtools
June 26, 2020 - We've just released a new version of the devtools, written entirely in React! ... There was an error while loading. Please reload this page. ... There was an error while loading. Please reload this page. ... First, disable the Chrome web store version, or it will break things. Then download the .crx (below) and drag it into your chrome://extensions page.
Author   facebook
🌐
Codecademy
codecademy.com › article › react-devtools-tutorial
How to Use React Developer Tools (With Example) | Codecademy
Step 1: To open React DevTools, first open Chrome DevTools (View > Developer > Developer Tools). On the same banner as Elements, Sources, Console, etc., there will be two new React tabs: Components and Profiler.
🌐
React
legacy.reactjs.org › blog › 2014 › 01 › 02 › react-chrome-developer-tools.html
React Chrome Developer Tools – React Blog
January 2, 2014 - Today we’re releasing the React Developer Tools, an extension to the Chrome Developer Tools. Download them from the Chrome Web Store. You will get a new tab titled “React” in your Chrome DevTools.
🌐
GitHub
github.com › facebook › react-devtools
GitHub - facebook/react-devtools: An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools. · GitHub
An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools. - facebook/react-devtools
Starred by 11K users
Forked by 1.8K users
🌐
GitHub
github.com › facebook › react-devtools › issues › 924
how to download react-devtools-chrome.crx? · Issue #924 · facebook/react-devtools
October 19, 2017 - how to download react-devtools-chrome.crx? i can not access google , and can not found react-devtools-chrome.crx in github release
Author   txiaocao
🌐
React
legacy.reactjs.org › blog › 2015 › 09 › 02 › new-react-developer-tools.html
New React Developer Tools – React Blog
We’re calling it version 0.14, but it’s a full rewrite so we think of it more like a 2.0 release. ... Download the new devtools from the Chrome Web Store, Firefox Add-ons for Firefox, and Microsoft Edge Addons for Edge.
🌐
TanStack
tanstack.com › query › v4 › docs › react › devtools
Devtools | TanStack Query React Docs
The devtools are a separate package that you need to install. The major version of all the packages must be in sync. ... By default, React Query Devtools are only included in bundles when process.env.NODE_ENV === 'development', so you don't need to worry about excluding them during a production build.
🌐
TechAhead
techaheadcorp.com › home › debug & optimize react: master the devtools
Debug & Optimize React: Master the DevTools
June 21, 2024 - To do this, download and install the extension from your browser’s extension marketplace. Once installed, you’ll see the icon in the upper-right section of your browser. Not a fan of browser extensions? No worries! You can also install the react-devtools package globally or as a project dependency with yarn or NPM.