Hacker News new | ask | show | jobs
by nairboon 1801 days ago
Svelte is different from the rest of that list. In Svelte you don't use a virtual DOM to watch for changes, instead you compile the app and hard-code all changes.
1 comments

That's a difference in implementation. You don't typically think about the virtual DOM when writing react.