mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b1a7007cc5194d769610abf9de796eb152f161b1
Normally, Fibers have key or index which we'll use to match things up between reloads. However, roots don't have such a concept. We'll use their insertion order as an approximation. If it's consistent, we'll be able to restore the selection.
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.
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%