Go to file
Brian Vaughn 20b613dcde Updated Profiler OVERVIEW 2019-03-07 14:15:12 -08:00
shells Add placeholders to clarify between empty string, null, and undefined 2019-02-28 10:46:17 -08:00
src Re-organized views slightly in preparation for Profiler UI 2019-03-06 14:01:52 -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 Add .vscode to .gitignore 2019-02-27 13:07:09 -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
OVERVIEW.md Updated Profiler OVERVIEW 2019-03-07 14:15:12 -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.