Y
Hacker News
new
|
ask
|
show
|
jobs
by
amelius
3026 days ago
They're faster because they are not computing DOM (or vdom) nodes when that's not needed.
But they're creating new DOM nodes when values-on-which-the-code-depends change.