nhơn
nhơn

Reputation: 11

Is the virtual DOM in VueJS redundant?

Can anyone tell me if VueJS has fine-grained reactivity, similar to signals that use a sub-push mechanism to update directly on the actual DOM? If so, does that make the virtual DOM redundant?

I want to understand more about fine-grained reactivity in VueJS. Can it update directly on the actual DOM? If so, what is the purpose of the virtual DOM when it no longer needs to compare the previous version to find changes and update the actual DOM?

Upvotes: 1

Views: 104

Answers (0)

Related Questions