Go to file
Brian Vaughn 89df0a6363 Yarn upgrade 2019-02-24 18:32:29 -08:00
shells Yarn upgrade 2019-02-24 18:32:29 -08:00
src Renamed overrideHook -> overrideHookState (to stay in sync with React PR) 2019-02-23 09:12:17 -08:00
.babelrc Initial commit 2019-01-22 11:04:37 -08:00
.eslintignore Added initial Chrome/Firefox shells 2019-01-23 18:06:21 -08:00
.eslintrc Installed eslint-plugin-react-hooks@next and added to ESLint config 2019-02-20 11:03:50 -08:00
.flowconfig Added initial Chrome/Firefox shells 2019-01-23 18:06:21 -08:00
.gitignore Initial commit 2019-01-22 11:04:37 -08:00
.prettierignore Added initial Chrome/Firefox shells 2019-01-23 18:06:21 -08:00
.prettierrc Added Prettier (and formatted code) 2019-01-23 08:45:19 -08:00
README.md Added link to now.sh preview to README 2019-02-16 09:46:10 -08:00
flow.js Initial commit 2019-01-22 11:04:37 -08:00
package.json Yarn upgrade 2019-02-24 18:32:29 -08:00
yarn.lock Yarn upgrade 2019-02-24 18:32:29 -08:00

README.md

This is an experimental rewrite of the React DevTools extension (see github.com/facebook/react-devtools). This project is not supported and has only been posted as a way of sharing ideas with others who may be interested.

To get started...

yarn install
yarn start

A preview build of this rewrite is available at react-devtools-experimental.now.sh.