mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7eb7c5a350f10a29c3629a72d08e2183ea2d9920
This implements matching Fibers against the tracked selection path. The algorithm is optimized to do as little checks as possible: * When not trying to restore selection, we don't do anything * When restoring selection, we only check .return pointers of new mounts * Only when .return pointers match our current deepest match, we compare the frames
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%