Hacker News new | ask | show | jobs
by kasparkallas 655 days ago
Vue uses virtual DOM like React (reference: https://vuejs.org/guide/extras/rendering-mechanism.html). You might have confused Vue's rendering mechanism with Svelte, or Angular.
1 comments

Oh wow, I did confuse Vue and Svelte. My previous comment is wrong about Vue and VDOM. Svelte is the one that uses the real DOM.