Y
Hacker News
new
|
ask
|
show
|
jobs
by
itsgabriel
670 days ago
I don't quite get how this reactivity is only possible with a VDom, for example Svelte
https://learn.svelte.dev/tutorial/updating-arrays-and-object...
also allows you to update the UI on changes to the array.
1 comments
miki123211
670 days ago
To extend the malloc versus GC metaphor, Svelte here is like Rust, it has really good developer experience while still giving you most benefits of Virtual DOM.
link