# react-devtools **Repository Path**: mirrors/react-devtools ## Basic Information - **Project Name**: react-devtools - **Description**: React Devtools 可以在 Chrome 和 Firefox 开发者工具审查 React 组件的浏览器扩展 - **Primary Language**: JavaScript - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 17 - **Forks**: 0 - **Created**: 2017-08-04 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: react-extensions, firefox-addons, chrome-plugins **Tags**: None ## README #### This project has migrated to [github.com/facebook/react](https://github.com/facebook/react) The source code for the v3 of the extension can be found in the [`v3` branch](https://github.com/facebook/react-devtools/tree/v3). To build the v3 browser extension from source: ```sh git checkout v3 # Install dependencies and build the unpacked extension yarn install yarn build:extension # Follow the on-screen instructions to complete installation ```