React DevTools pre-release build
- updated 12/17/2018 at 2:20pm PDT
If you already have the React DevTools extension installed, you may need to temporarily remove it in order to install this prerelease build.
Chrome
- download extension
- Double-click to extract
- Visit
chrome://extensions
- Ensure "Developer Mode" is enabled
- Click "LOAD UNPACKED"
- Select extension
Firefox
- download extension
- Visit
about:debugging
- Click "Load Temporary Add-on"
- Select extension
Testing
Pre-built
Custom
-
First install the canary release of react, react-dom, and scheduler:
yarn add react@canary react-dom@canary scheduler@canary
-
Then run your app in development mode.
-
Profit!