react/packages/react-devtools-extensions
Brian Vaughn 183f96f2ac Prettier 2019-08-13 17:58:03 -07:00
..
.circleci Reorganized things again into packages 2019-08-13 11:37:25 -07:00
chrome Prettier 2019-08-13 17:58:03 -07:00
firefox Prettier 2019-08-13 17:58:03 -07:00
flow-typed Prettier 2019-08-13 17:58:03 -07:00
shared Prettier 2019-08-13 17:58:03 -07:00
.eslintignore Reorganized things again into packages 2019-08-13 11:37:25 -07:00
.eslintrc Reorganized things again into packages 2019-08-13 11:37:25 -07:00
.flowconfig Reorganized things again into packages 2019-08-13 11:37:25 -07:00
.gitignore Reorganized things again into packages 2019-08-13 11:37:25 -07:00
.prettierignore Reorganized things again into packages 2019-08-13 11:37:25 -07:00
.prettierrc Reorganized things again into packages 2019-08-13 11:37:25 -07:00
CHANGELOG.md Reorganized things again into packages 2019-08-13 11:37:25 -07:00
OVERVIEW.md Reorganized things again into packages 2019-08-13 11:37:25 -07:00
README.md Reorganized things again into packages 2019-08-13 11:37:25 -07:00
babel.config.js Prettier 2019-08-13 17:58:03 -07:00
flow.js Prettier 2019-08-13 17:58:03 -07:00
package.json Reorganized folders into packages/* 2019-08-13 15:59:43 -07:00
utils.js Prettier 2019-08-13 17:58:03 -07:00

README.md

This repo is a work-in-progress rewrite of the React DevTools extension. A demo of the beta extension can be found online at react-devtools-experimental.now.sh.

Installation

Installation instructions are available online as well:

Or you can build and install from source:

git clone git@github.com:bvaughn/react-devtools-experimental.git

cd react-devtools-experimental

yarn install

yarn build:extension:chrome # builds at "shells/browser/chrome/build"
yarn build:extension:firefox # builds at "shells/browser/firefox/build"

Support

As this extension is in a beta period, it is not officially supported. However if you find a bug, we'd appreciate you reporting it as a GitHub issue with repro instructions.