Svelte 5 Released
npmjs.com
Svelte 5 Released
1–10 of 254 posts
Re: Svelte 5 Released
#2The new version brings:
- even better performance,
- a more granular reactivity system with runes,
- more expressive template syntax with snippets and event attributes,
- native TypeScript support,
- and backwards compatibility with the previous syntax!Re: Svelte 5 Released
#3I like the direction Svelte going in, the old syntax was ok but not great.
I wonder how this new Svelte compares with some of the other new kids on the block like solid.js and alpine.js.
Re: Svelte 5 Released
#4From the changlog on Github: The new version brings: - even better performance, - a more granular reactivity system with runes, - more expressive template syntax with snippets and event attributes, - native TypeScript support, - and backwards compatibility with the previous syntax!
Probably a better link for this post?
Re: Svelte 5 Released
#5Re: Svelte 5 Released
#6I learned Svelte 3 over a year ago and I found it very pleasant. Unlike React, Svelte is an integrated framework, no "pick your router" nonsense, I don't want to be picking a router. I like the direction Svelte going in, the old syntax was ok but not great. I wonder how this new Svelte compares with some of the other new kids on the block like solid.js and alpine.js.
You're talking about SvelteKit. Svelte does not have a router.
Re: Svelte 5 Released
#7Lately I’ve also been wondering about the relationship and correlation between software writing skills and writing skills.
Re: Svelte 5 Released
#8Runes are a pretty slick addition, as someone who comes from React, this feels like home.