Y
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
unhappy_meaning
655 days ago
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.
link