Go to file
Brian Vaughn e31ae91023 Removed duplicate scheduler module 2019-04-22 13:10:47 -07:00
.circleci Circle CI config changes 2019-04-12 09:27:53 -07:00
flow-typed Initial example test. Will iterate from here. 2019-04-12 08:55:29 -07:00
shells Yarn deploy sets production NODE_ENV 2019-04-21 09:05:55 -07:00
src Refactored TreeContext to use less memoization (based on feedback from Sebastian) 2019-04-22 10:19:59 -07:00
.babelrc Initial commit 2019-01-22 11:04:37 -08:00
.eslintignore Tweaked .eslintignore and .gitignore 2019-04-13 15:32:26 -07:00
.eslintrc Flow and lint fix 2019-04-15 09:43:52 -07:00
.flowconfig Initial example test. Will iterate from here. 2019-04-12 08:55:29 -07:00
.gitignore Tweaked .eslintignore and .gitignore 2019-04-13 15:32:26 -07:00
.prettierignore Added (local) fork of @reach/portal to unblock OwnersStack MenuButton PR 2019-04-09 08:54:43 -07:00
.prettierrc Added Prettier (and formatted code) 2019-01-23 08:45:19 -08:00
OVERVIEW.md Fixed an OVERVIEW typo 2019-04-19 07:54:30 -07:00
README.md Added link to now.sh preview to README 2019-02-16 09:46:10 -08:00
flow.js Added multi-test setup logic 2019-04-12 08:55:29 -07:00
package.json Removed duplicate scheduler module 2019-04-22 13:10:47 -07:00
yarn.lock Removed duplicate scheduler module 2019-04-22 13:10:47 -07: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.