Go to file
Brian Vaughn 44fbf3cd1d Added ProfilerContext tests 2019-05-23 08:36:34 -07:00
.circleci Circle CI config changes 2019-04-12 09:27:53 -07:00
flow-typed Added Flow types to profiling test 2019-05-06 09:44:01 -07:00
shells Persist profiling data after navigation 2019-05-22 20:00:21 -07:00
src Added ProfilerContext tests 2019-05-23 08:36:34 -07:00
.eslintignore Cleanup profile export/import data types, add export/import test 2019-05-13 23:59:01 -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 deploy script 2019-05-03 08:55:31 -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 Initial pass at adding filter-by-type Flow types and support to renderer 2019-05-01 10:45:18 -07:00
README.md Tweaked REAMDE 2019-05-08 17:58:31 -07:00
babel.config.js Added some component filtering tests 2019-05-01 13:31:55 -07:00
flow.js Fix for 'Attempting to use a disconnected port object' 2019-04-28 04:45:57 -07:00
package.json Upgraded to canary with priority level info 2019-05-20 09:54:07 -07:00
yarn.lock Upgraded to canary with priority level info 2019-05-20 09:54:07 -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.