mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d8abecdcf997390eaf22dc1bb20fa3a0e81adf0b
This implements the infrastructure for saving and restoring renderer-specific selection state in the session storage. Note this doesn't actually implement the calculation and tracking of paths in the renderer. It only simulates that the renderer can do it. The actual implementation will come in a later commit.
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.
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%