aweary / react-devtools-experimental

Experimental rewrite of the React DevTools extension

Home Page:https://react-devtools-experimental.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Experimental rewrite of the React DevTools extension

https://react-devtools-experimental.now.sh


Languages

Language:JavaScript 91.8%Language:CSS 4.2%Language:HTML 4.0%