Gossamer-React / Lucid

A developer tool for engineers working with React and GraphQL.
https://reactlucid.io
MIT License
404 stars 15 forks source link

Optimization of tree component #118

Open neyser95 opened 5 years ago

neyser95 commented 5 years ago

The rendering of the tree starts to take longer as a user's application begins to grow trying to find a good way to enhance the rendering of the tree would be a great.

yongnicholaskim commented 5 years ago

wondering if the react devtools global hook gives access to the virtual dom or shadow dom. maybe we can traverse that instead of the actual rendered nodes?

devdudeio commented 5 years ago

the tree component is too laggy and makes the extension unusable for me.