←back to thread

Svelte 5 Released

(www.npmjs.com)
415 points begoon | 1 comments | | HN request time: 0.212s | source
Show context
clessg ◴[] No.41890088[source]
Exciting, I love Svelte! Does anybody have experience with both Vue and Svelte? It's been a while since I used Vue but it seems like both frameworks have converged quite a bit over the years. With this release I'm particularly curious now: why would somebody pick one over the other?
replies(2): >>41891677 #>>41920974 #
1. DarkUranium ◴[] No.41920974[source]
I've recently moved from Svelte (initially 4, then 5) to Vue 3, and much prefer it.

The big issue for me was the lack of support for nested observables in Svelte, which caused no end of trouble; plus a lack of portals (though maybe the new snippets fix that?).