Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Lazily render components in "Component Tree" #493

Closed
ericjim opened this issue Jul 19, 2016 · 0 comments
Closed

Lazily render components in "Component Tree" #493

ericjim opened this issue Jul 19, 2016 · 0 comments

Comments

@ericjim
Copy link
Contributor

ericjim commented Jul 19, 2016

By default, Augury will reveal all nodes. We will change this behaviour by limiting the maximum initial rendering depth to some value which we deem "good enough". This will enhance the initial user experience.

Furthermore, we can optimize rendering by only showing the nodes that the user is currently looking at. We will only render the nodes that are revealed upon clicking the disclosure arrow (the upside down arrow). Any node that is revealed will stay in the component tree, even after it is hidden. Any interactions that occur thereafter on the same node will be faster.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant