A declarative, efficient, and flexible JavaScript library for building user interfaces. reactjs.org
Go to file
2019-03-29 08:53:39 -07:00
shells Implemented reload-and-profile. Also fixed an couple of minor profiling bugs along the way 2019-03-27 09:41:12 -07:00
src Improved Profiler suspense boundary UI 2019-03-29 08:53:39 -07: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
flow.js Initial commit 2019-01-22 11:04:37 -08:00
OVERVIEW.md Added getInteractions message 2019-03-19 18:13:44 -07:00
package.json Added suspense to TODO list and added interactions to 'Commit Info' panel 2019-03-20 09:39:14 -07:00
README.md Added link to now.sh preview to README 2019-02-16 09:46:10 -08:00
yarn.lock Added suspense to TODO list and added interactions to 'Commit Info' panel 2019-03-20 09:39:14 -07:00

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.