# react-devtools **Repository Path**: fushengruomeng13/react-devtools ## Basic Information - **Project Name**: react-devtools - **Description**: An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-18 - **Last Updated**: 2024-07-03 ## Categories & Tags **Categories**: Uncategorized **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 ```