Handling Circular References in Virtual DOM (vnode) Logic #9142
hichem-dahi
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Vue.js, the virtual DOM node object exhibits a circular reference pattern, which can be illustrated as follows:
vnode.component.vnode.component...
Is this impacting performance?
Used here
Beta Was this translation helpful? Give feedback.
All reactions