Skip to content

Instantly share code, notes, and snippets.

@alexventuraio
Forked from oztune/install react-devtools v3
Created September 19, 2019 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexventuraio/430e14a7ae05f24bc35a8a4e7ee30448 to your computer and use it in GitHub Desktop.
Save alexventuraio/430e14a7ae05f24bc35a8a4e7ee30448 to your computer and use it in GitHub Desktop.
How to install React Dev Tools v3 so that you can have highlight updates again
1. Somewhere on your machine clone the project.
```
> git clone https://github.com/facebook/react-devtools.git
> cd react-devtools
```
2. Switch to the v3 branch
```
> git checkout v3
```
3. Install all dependencies.
```
> yarn
```
4. Package up the Chrome extension.
```
> yarn build:extension
```
5. In Chrome, go to `chrome://extensions`. Enable developer mode (top right).
6. Click 'Load unpacked' (top left) and select to `react-devtools/shells/chrome/build/unpacked`.
7. If you have the official dev tools extension installed, disable it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment