←back to thread

Svelte 5 Released

(www.npmjs.com)
390 points begoon | 3 comments | | HN request time: 0.002s | source
Show context
adamnemecek ◴[] No.41889919[source]
I 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.

replies(1): >>41890000 #
1. ansc ◴[] No.41890000[source]
nit: >React, Svelte is an integrated framework

You're talking about SvelteKit. Svelte does not have a router.

replies(1): >>41890496 #
2. adamnemecek ◴[] No.41890496[source]
Good point.
replies(1): >>41890982 #
3. ChocolateGod ◴[] No.41890982[source]
https://adonisjs.com/ can be an alternative for SvelteKit if you want a more all guns blazing framework to use with Svelte.