Go to file
Brian Vaughn d0dcbe5594 Changed version name string to show version and date. Moved commit number into description string. 2019-08-15 14:38:16 -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 Bumped all versions to 4.0.0 2019-08-15 14:28:09 -07:00
shells Changed version name string to show version and date. Moved commit number into description string. 2019-08-15 14:38:16 -07:00
src Updated all GitHub links to point to React repo 2019-08-15 11:17:59 -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 Updated all GitHub links to point to React repo 2019-08-15 11:17:59 -07:00
yarn.lock Fixed a couple of edge case styling and layout issues I noticed while testing the inline target 2019-08-12 08:26:48 -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.