react/packages/react-devtools-extensions
Brian Vaughn 380da5fccc Moved OVERVIEW 2019-08-13 22:09:20 -07:00
..
.circleci Reorganized things again into packages 2019-08-13 11:37:25 -07:00
chrome Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
firefox Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
flow-typed Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
icons Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
popups Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
src Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
README.md Reorganized things again into packages 2019-08-13 11:37:25 -07:00
babel.config.js Prettier 2019-08-13 17:58:03 -07:00
build.js Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
deploy.chrome.html Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
deploy.firefox.html Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
deploy.html Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
deploy.js Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
flow.js Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
main.html Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
package.json Reorganized folders into packages/* 2019-08-13 15:59:43 -07:00
panel.html Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
utils.js Prettier 2019-08-13 17:58:03 -07:00
webpack.backend.js Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
webpack.config.js Fixed a bunch of Lint issues 2019-08-13 21:59: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.