←back to thread

Svelte 5 Released

(www.npmjs.com)
390 points begoon | 1 comments | | HN request time: 0s | source
Show context
impulser_ ◴[] No.41891160[source]
Why should someone use Svelte 5 over Vue 3?

Performance might be the only reason IMO, but once Vue Vapor is release that will most likely not be an advantage.

The Vue3 and Svelte 5 API are almost the exact same, but Vue can be used in TS/JS and Svelte 5 can't.

I do think SvelteKit is better than Nuxt by a lot. Maybe that's a big advantage.

replies(3): >>41891256 #>>41891663 #>>41892984 #
1. vivzkestrel ◴[] No.41892984[source]
i read about vue vapor mode here https://www.vuemastery.com/blog/the-future-of-vue-vapor-mode... but did not understand the final parts. Are they going to compile your template like svelte does? It says it is inspired from SolidJS but doesnt Svelte do the same thing?