Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebook/react-devtools
An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools.
https://github.com/facebook/react-devtools
Last synced: about 1 month ago
JSON representation
An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools.
- Host: GitHub
- URL: https://github.com/facebook/react-devtools
- Owner: facebook
- License: other
- Archived: true
- Created: 2013-09-04T20:28:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T10:48:51.000Z (about 5 years ago)
- Last Synced: 2024-05-29T13:46:33.383Z (5 months ago)
- Homepage:
- Size: 20.7 MB
- Stars: 11,034
- Watchers: 307
- Forks: 1,781
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-cn - react-devtools - Inspection of React component hierarchy in the Chrome and Firefox Developer Tools (Uncategorized / Uncategorized)
- awesome - react-devtools - An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools. (Others)
- awesome-react - react-devtools - Inspection of React component hierarchy in the Chrome and Firefox Developer Tools (Uncategorized / Uncategorized)
- awesome-learning-resources - react-devtools - Inspection of React component hierarchy in the Chrome and Firefox Developer Tools (Uncategorized / Uncategorized)
- awesome-list - react-devtools
- awesome-react - react-devtools - An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools. ` 📝 2 years ago` (React [🔝](#readme))
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
```