Live data from Hacker News

Svelte 5 Released

npmjs.com

111–120 of 254 posts

Re: Svelte 5 Released

#112
post #43

Is there are Svelte 5 Runes tutorial for those who are familiar with previous Svelte and Sveltekit?

Svelte is getting a new website soon too. It's in preview mode here: https://svelte-omnisite.vercel.app/ . Tutorial is not completely converted yet. (edit) Sorry, for previous users the preview site might be better: https://svelte-5-preview.vercel.app/docs/introduction

> Tutorial is not completely converted yet.

Any idea of when the new tutorial will be complete? I might go back and refresh some stuff.

Re: Svelte 5 Released

#116
post #58

Earlier quoted context omitted.

Do you know of any large OSS software built with Svelte? I'd like to see how it turns out in the long run, because I'm reticent of all frontend frameworks nowadays through what I perceive as gateways to uncontrollable accidental complexity and abstractions.

Apple Music isn't OSS, but it's quite a large Svelte app: https://music.apple.com

more notable companies using svelte because this always comes up https://x.com/SvelteSociety/status/1260209026563858432

Re: Svelte 5 Released

#117

From 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!

Here’s the release on GitHub: https://github.com/sveltejs/svelte/releases/tag/svelte%405.0... Probably a better link for this post?

Rich said a blogpost will be coming on monday, presumably that will be the canonical link to actually post on hn

Re: Svelte 5 Released

#118
post #98

I don't understand how React is so popular, still. With Svelte and Vue, I don't think anybody should do a new project with React.

I can’t speak for the majority, but for my team it’s because it’s not worth the distraction. We’ve got years of experience and tooling and “tradition” with one approach. Why do we want a second?

It’s also just not an interesting issue. In my experience, the actual coding (and later maintenance) of a web application is the least challenging, least interesting part of the project. At that stage, all the interesting problems have generally been solved in workflow, process, data structure design and general de-risking. Classes? Hooks? Binding style? Tabs or spaces? I really couldn’t care less. Just be consistent so you can all build and develop skills together.

I admit that when I was younger this kind of thing seemed to matter to me. I dunno if it’s because I’m now more focused on big picture or if I’m just tired and don’t care anymore. Maybe both!

Re: Svelte 5 Released

#119
This is fantastic news. Between the Svelte 5 RC and Deno 2, I’ve been really enjoying working with the JS/TS ecosystem for the first time in a long time — it’s just been vaguely difficult keeping up with the (minor) tweaks in the RCs along the way. Congratulations to the team :).

Re: Svelte 5 Released

#120
post #116

Earlier quoted context omitted.

Apple Music isn't OSS, but it's quite a large Svelte app: https://music.apple.com

more notable companies using svelte because this always comes up https://x.com/SvelteSociety/status/1260209026563858432

Only viewable if you have a Twitter account, which is less and less common these days.
Post reply on HN