Go to file
Brian Vaughn 7a94ad4e8a Added props/state/context inspection to KeyValue 2019-06-17 11:30:53 -07:00
.circleci Circle CI config changes 2019-04-12 09:27:53 -07:00
fixtures/regression Nit 2019-06-09 16:22:23 -07:00
flow-typed Merged master 2019-05-25 09:10:43 -07:00
shells Added props/state/context inspection to KeyValue 2019-06-17 11:30:53 -07:00
src Added props/state/context inspection to KeyValue 2019-06-17 11:30:53 -07:00
vendor/react-window react-window sync flushes scroll updates 2019-06-05 14:30:43 -07:00
.eslintignore Merged master 2019-05-25 09:10:43 -07:00
.eslintrc Added ProfilerContext tests 2019-05-23 08:36:34 -07:00
.flowconfig Removed optional_chaining from Flow config 2019-05-03 07:48:30 -07:00
.gitignore Nit 2019-06-09 16:22:23 -07:00
.prettierignore Added (local) fork of @reach/portal to unblock OwnersStack MenuButton PR 2019-04-09 08:54:43 -07:00
.prettierrc Added Prettier (and formatted code) 2019-01-23 08:45:19 -08:00
OVERVIEW.md Updated profiler overview 2019-05-24 14:43:56 -07:00
README.md Tweaked REAMDE 2019-05-08 17:58:31 -07:00
babel.config.js Re-add plugin-transform-react-jsx-source plugin for tests 2019-06-05 14:36:01 -07:00
flow.js Added Flow type coverage for all EventEmitter subclasses 2019-06-09 15:50:17 -07:00
package.json Fixed regression fixtures 2019-06-09 16:16:06 -07:00
yarn.lock Fixed regression fixtures 2019-06-09 16:16:06 -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.