Files
react/packages/react-devtools-extensions/README.md
2019-08-13 22:15:38 -07:00

618 B

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:

Build

You can also build and install from source:

yarn install

yarn build:extension:chrome # builds at "packages/react-devtools-extensions/chrome/build"
yarn build:extension:firefox # builds at "packages/react-devtools-extensions/firefox/build"