react/packages/react-devtools-extensions
Brian Vaughn edc46d7be7 Misc Flow and import fixes
1. Fixed all reported Flow errors
2. Added a few missing package declarations
3. Deleted ReactDebugHooks fork in favor of react-debug-tools
2019-08-13 17:53:28 -07:00
..
.circleci Reorganized things again into packages 2019-08-13 11:37:25 -07:00
chrome Reorganized folders into packages/* 2019-08-13 15:59:43 -07:00
firefox Reorganized folders into packages/* 2019-08-13 15:59:43 -07:00
flow-typed Reorganized things again into packages 2019-08-13 11:37:25 -07:00
shared Reorganized folders into packages/* 2019-08-13 15:59:43 -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 Reorganized things again into packages 2019-08-13 11:37:25 -07:00
flow.js Misc Flow and import fixes 2019-08-13 17:53:28 -07:00
package.json Reorganized folders into packages/* 2019-08-13 15:59:43 -07:00
utils.js Reorganized folders into packages/* 2019-08-13 15:59:43 -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.