Go to file
Dominic Gannaway 644c9c4e1c [Flare] useListener -> useResponder (#362) 2019-08-02 10:14:25 -07:00
.circleci Circle CI config changes 2019-04-12 09:27:53 -07:00
fixtures Standalone NPM packages and React Native support (#335) 2019-07-13 10:05:04 -07:00
flow-typed Patch console to append component stacks (#348) 2019-07-17 11:12:39 -07:00
packages NPM package versions 4.0.0-alpha.5 -> 4.0.0-alpha.6 2019-08-01 08:26:32 -07:00
shells Removed the Profiler screenshot capture feature 2019-07-31 11:36:01 -07:00
src [Flare] useListener -> useResponder (#362) 2019-08-02 10:14:25 -07:00
.eslintignore Improve Bridge Flow types (#352) 2019-07-20 14:08:23 -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 Fixed a module resolution issue and a syntax error from a bad merge 2019-07-23 07:46:19 -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
CHANGELOG.md Added CHANGELOG entries for HOC badges and no in-line props 2019-08-01 07:56:10 -07:00
OVERVIEW.md Updated OVERVIEW doc 2019-07-31 14:22:43 -07:00
README.md Tweaked REAMDE 2019-05-08 17:58:31 -07:00
babel.config.js Standalone NPM packages and React Native support (#335) 2019-07-13 10:05:04 -07:00
flow.js Added Flow type coverage for all EventEmitter subclasses 2019-06-09 15:50:17 -07:00
package.json Removed the Profiler screenshot capture feature 2019-07-31 11:36:01 -07:00
yarn.lock Removed the Profiler screenshot capture feature 2019-07-31 11:36:01 -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.