Go to file
Brian Vaughn 705cd9b109 Added Flow types to profiling test 2019-05-06 09:44:01 -07:00
.circleci Circle CI config changes 2019-04-12 09:27:53 -07:00
flow-typed Added Flow types to profiling test 2019-05-06 09:44:01 -07:00
shells Merge branch '232-clear-profiling-data-for-unmounted-root' of https://github.com/sompylasar/react-devtools-experimental into sompylasar-232-clear-profiling-data-for-unmounted-root 2019-05-03 09:24:58 -07:00
src Added Flow types to profiling test 2019-05-06 09:44:01 -07:00
vendor/@reach/tooltip Added @reach/tooltip 2019-04-23 08:41:52 -07: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 Removed optional_chaining from Flow config 2019-05-03 07:48:30 -07:00
.gitignore Fixed deploy script 2019-05-03 08:55:31 -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 Initial pass at adding filter-by-type Flow types and support to renderer 2019-05-01 10:45:18 -07:00
README.md Added link to now.sh preview to README 2019-02-16 09:46:10 -08:00
babel.config.js Added some component filtering tests 2019-05-01 13:31:55 -07:00
flow.js Fix for 'Attempting to use a disconnected port object' 2019-04-28 04:45:57 -07:00
package.json Added a second Profiling test (for CommitDetails) and fixed some module reset prolems 2019-05-04 13:11:56 -07:00
yarn.lock Experimenting with profiler tests 2019-05-03 15:01:26 -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.