Go to file
Brian Vaughn bf9415834f Fixed outdated extension popup wording 2019-08-21 14:28:57 -07:00
.circleci Circle CI config changes 2019-04-12 09:27:53 -07:00
fixtures Unserializable data type fix for standalone shell 2019-08-17 11:31:20 -07:00
flow-typed Patch console to append component stacks (#348) 2019-07-17 11:12:39 -07:00
packages 4.0.4 -> 4.0.5 2019-08-19 09:26:55 -07:00
shells Fixed outdated extension popup wording 2019-08-21 14:28:57 -07:00
src Improved GitHub issue repro instructions prompt 2019-08-20 09:44:41 -07:00
.eslintignore New NPM package react-devtools-inline (#363) 2019-08-05 10:09:26 -07:00
.eslintrc Fixed raw-loader + Jest problem 2019-08-12 08:49:26 -07:00
.flowconfig Removed optional_chaining from Flow config 2019-05-03 07:48:30 -07:00
.gitignore New NPM package react-devtools-inline (#363) 2019-08-05 10:09:26 -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 Bumped all versions to 4.0.0 2019-08-15 14:28:09 -07:00
LICENSE Add explicit MIT license file (previously only in package.json) 2019-08-14 17:04:05 -07:00
OVERVIEW.md Updated all GitHub links to point to React repo 2019-08-15 11:17:59 -07:00
README.md Updated all GitHub links to point to React repo 2019-08-15 11:17:59 -07:00
babel.config.js Standalone NPM packages and React Native support (#335) 2019-07-13 10:05:04 -07:00
flow.js Fixed raw-loader + Jest problem 2019-08-12 08:49:26 -07:00
package.json Fixed invalid object-assign version (4.0.4 -> 4.0.1) 2019-08-20 09:45:09 -07:00
yarn.lock Fixed invalid object-assign version (4.0.4 -> 4.0.1) 2019-08-20 09:45:09 -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.