mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
This is the source code for the React DevTools browser extension.
Installation
The easiest way to install this extension is as a browser add-on:
Development
You can also build and install from source:
yarn install
cd packages/react-devtools-extensions/
yarn build:chrome # => packages/react-devtools-extensions/chrome/build
yarn run test:chrome # Test Chrome extension
yarn build:firefox # => packages/react-devtools-extensions/firefox/build
yarn run test:firefox # Test Firefox extension