Hacker News new | ask | show | jobs
by SkiFire13 672 days ago
TBF while Solid and Svelte don't use a VDOM on which they perform diffing, they still ultimately create a tree parallel to the DOM which is used to track dependencies.