frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Svelte is that fast

https://chuniversiteit.nl/papers/svelte-is-fast
130•SlackingOff123•1h ago

Comments

timeon•1h ago
Would be interesting if they compared also other WASM frameworks.

Obligatory: sad state of web where React is so popular.

brazukadev•1h ago
It is not that popular anymore, tho. At least there is no hype, it is just a bureaucratic soulless tool used by many. The posts about the new React Foundation have almost no engagement here in HN. 5 years ago it would be a huge discussion. Now nobody cares.
iammrpayments•1h ago
I wonder why the article used old versions of React and Svelte? It is using React 17 and Svelte 3.
SeanAnderson•1h ago
the data being cited by the article is from 2022
85392_school•1h ago
Up to date data - https://krausest.github.io/js-framework-benchmark/2025/table... - shows Ripple, Vue, and Svelte as some of the best performers.
SeanAnderson•1h ago
that's a lot of data! I've never even heard of Ripple!
smokel•1h ago
But it was published 5 Oct 2025.
SeanAnderson•1h ago
oh, I didn't see that. that is really weird then!
wartijn_•1h ago
Really old version of Angular as well. The article uses Angular 11, the latest version is 20 (Angular has a new major version every 6 months).
PKop•49m ago
And Blazor
SeanAnderson•1h ago
It's worth pointing out this article is discussing Svelte 3.x when the current version is Svelte 5.x and has some significant departures from previous versions (i.e. the introduction of runes)

I haven't finished reading the article yet. I am a fan of Svelte, though, and have switched to using it by default for new projects - coming from a React background.

byearthithatius•1h ago
Things change so fast in web dev. Is it so hard to find a pattern that works and stick to it? I think the constant rewrites are honestly _worse_ for dev experience and security. Nobody knows whats standard and docs become outdated so quick a lot of frameworks just have outdated docs or multiple versions that contradict eachother.
its-summertime•1h ago
Javascript is not a language that is good for making basic comprehensive abstractions in.

Typescript is not a language that is good for making basic comprehensive abstractions in.

JSX is not a language that is good for making basic comprehensive abstractions in.

nawgz•1h ago
This is quite a large set of things to hand wave away with no additional justification. Makes it sound more like personal bias than meaningful insight
fancyswimtime•1h ago
it feels like a fad to hate on js and js frameworks; esp from people who parrot what others are saying without any actual insight
jfengel•54m ago
I concur about Javascript, but I don't think it's true for Typescript. Typescript is a remarkably powerful typing language.

It's still got some baggage left over from Javascript, to be sure. But the typing is genuinely very good, and more than sufficient for "basic comprehensive abstractions".

JSX is just Javascript with syntactic sugar for HTML. It's not really intended as a general-purpose language. TSX is a fine language, but I wouldn't use it for "basic comprehensive abstractions".

Imustaskforhelp•53m ago
Depends...

Like if you want to make a basic dashboard, things like alpine/htmx should make more sense to you and you should definitely go for it

But I have found that if you are writing ever so slightly complex code, you might be then forced to write js code (not sure about blazor but even that suffers a little in benchmarks but the fact that somebody can fully stop to never touch js sounds a bit intriguing even though it maybe slow but sure)

So when you are forced to use js to write complex software, frameworks especially frameworks like svelte / maybe solid could definitely help you out

Honestly, sveltekit is just html css js and some opinionated stuff and I kinda feel like that this might be the sane thing but maybe that's because I was there when svelte 3 was launched and I was 15 so svelte was something sooo interesting to me (still is! but golang is also love, man I know that svelte and go could be integrated and maybe I would), I never really went around learning pure js dom manipulation / ts / jsx if I am being honest so I am not that much of an expert

thousand_nights•1h ago
React has been pretty stable for many years now and is almost ubiquitous.

Also, I'm not a huge fan of synthetic benchmarks like in the article such as "render a static list of 25000 elements". This never happens in the real world, you would use some implementation of a virtual list instead.

byearthithatius•1h ago
Main React has been pretty stable for a few years but the ecosystem to serve React bundles has not been.
christophilus•57m ago
Yes, but it’s gone from a few, slow, clunky build tools. To things like Bun or Vite which are excellent. So, bring on the change, if that’s the kind of change we’re talking about.
piskov•1h ago
My nation-wide C# Silverlight app lasted almost 12 years. And it had grid, animations, what have you in 2010 better than most html5 in 2018. Not to mention tooling.

And you know what? No matter the browser, no matter the OS it all worked and rendered the same.

Probably Adobe Flash was like that also.

First app we rewrote to AngularJS. You know what happened to it. So then we rewrote it to Vue.

The same effing app just to keep the stack “modern”.

I don’t know what is wrong with all these people.

God I wish something like Silverlight returned in a way that is mobile battery friendly.

stanac•55m ago
> God I wish something like Silverlight returned in a way that is mobile battery friendly.

Not exactly the same, but there is Blazor, it is using html instead of xaml. Also there are third party solutions (I have no experience with) like Uno and Avalonia, both are xaml-based.

> mobile battery friendly

Do you have some specific framework in mind that is not battery friendly? Probably anything is built on js/wasm isn't battery friendly.

piskov•17m ago
Battery and mobile performance is what killed flash and silverlight as an aftermath in the first place.

See “Thoughts on Flash” by Steve Jobs

https://web.archive.org/web/20170615060422/https://www.apple...

—

As for Blazor, we ain’t fools to rewrite the RIA app the fourth time.

I just wish these “innovation” MF stopped reinventing the wheel.

The code from 2008 was perfectly fine and should have worked in 2025 if all these guys stopped making web frameworks like hot cakes. Some of us with an actual job have products that last more than a couple years (15+ in my case)

jslaby•25m ago
Silverlight was awesome, too bad Microsoft abandoned it. You think they could've done something with it like decoupling from the browser, instead of making all these different UI frameworks that are fizzling out.
sixtyj•1h ago
Yes, don’t tell me this. I have to rewrite PHP based website because a framework doesn’t work with new PHP anymore. Back compatibility sucks in many software.
jslaby•30m ago
It must be a pretty old framework if it doesn't work with new PHP.
Imustaskforhelp•57m ago
To be really honest. AI / LLM's can write svelte 5 runes code but Its a really really mixed bag and most of them probably write svelte 4 code

Like, here's the thing, sure it can create the code but LLM's stop so early in things like svelte atleast that's my opinion. I never really learnt react and didn't ever use react with any LLM

fun fact: Chatgpt 3 could write perfectly well sveltekit, that's how I "vibecoded" in the start

Like, sure I would copy paste but deep down I just felt like most of this is just plain html css js and nothing too much to worry about and that soothed me that sure this may be vibe coded but I was a real noob of svelte but the vibe coding was a bit of a successful :p

I have stopped it / atleast reminded myself 100 times to stop it because I want to feel even more confident with svelte and really learn it even more to the point that I can be 100% confident to write complex software in svelte myself and well only using AI for the boilerplate part or the tedious parts I am not sure, there is a lure to ask LLM's more and more and to depend on them more or maybe its just me I am not sure.

Menu_Overview•1h ago
Yea, the version of Angular is from 2020. I don't think there is much to be gleamed from this study.
EMM_386•1h ago
> Angular, for example, always walks through the entire component tree

Angular has OnPush change detection strategy and can even be free of zone.js now, so this isn't necessarily true.

herrkanin•1h ago
I'm so sick of these performance benchmarks. I understand it's easy to spin them up to show that one framework is faster than another, but in general all these frameworks are fast enough for 99.9% of use cases.

Where frameworks lack today, in my opinion, are in providing the right tools further optimize the UX of interacting with web sites. It's a constant struggle of loading spinners and flicker and loss of scroll positions.

The only framework I see that actually tries to resolve these very hard problems is React, through their work on new asynchronous primitives like startTransition. Yes, they are currently hard to understand how to properly use, but I so wish the discourse would be around how to best resolve these actual UX issues than who can create 50M divs the fastest.

andrewmcwatters•1h ago
Most of that latency is coming from back ends across most major sites, anyway, so it's the wrong place to test.

As an addition to the general commentary here, "The Toilet Paper" is an unfortunate choice of label for this article, and maybe also indicative of the quality of the writing.

herrkanin•1h ago
It really isn't - a ui framework should be able to properly handle backend latency and provide a great experience while waiting for a backend response with no flicker while not locking the entire ui. It's just way harder to set up good benchmarks for this.
andrewmcwatters•1h ago
That's not handling latency.
bpicolo•1h ago
Vue has great tools for a lot of this: https://vuejs.org/guide/built-ins/transition
candiddevmike•1h ago
IMO, we desperately need standards or tooling to make frameworks easier to swap out and interoperate. Web Components was supposed to be this, but it's not quite there yet and requires awkward wrappers around everything.

No framework will stand the test of time. I encourage everyone to, at the very least, own your state and router libraries, as you'll be able to extend them when you want to jump ship in a more incremental fashion. Going all in on a single framework's state, router, and view libraries will create a ton of inertia...

Imustaskforhelp•41m ago
At this point just ditch the browser and instead have a browser with html css and lua, maybe that will help the world (satire but I genuinely want the world to somehow move to this if it ever becomes popular)

Would this make me a bad guy if I tried but couldn't find the link? oof. wait for sometime so that I see the list of my github stars because its hidden somewhere in there...

Edit: found it! https://github.com/outpoot/gurted

Here's a video as well which I found later through the github username and some yt searches later

https://www.youtube.com/watch?v=37ISfJ2NSXQ

ergocoder•1h ago
> I'm so sick of these performance benchmarks. I understand it's easy to spin them up to show that one framework is faster than another, but in general all these frameworks are fast enough for 99.9% of use cases.

Yes, any framework is fast enough. At this point, everybody probably knows already. Nobody would ever say React is not appropriate because it's slower than Svelte. No sane person would ever argue for a migration from React to Svelte based on this benchmark.

But being against the performance benchmark is such a weird take. It's so strange that many times there are hidden agendas.

Many times because a person advocates for X over Y at Company Z. Then, there's some random benchmark saying Y is faster. Now the person needs some way to cope. The best way is to refute the benchmark in some ways, but this would take a huge amount of time and effort. The second best way is to simply say "it doesn't matter. I hate this useless benchmark. There are more important problems to solve!"... as if everyone on the planet has to always solve the most important problem first ... only one problem and no more. Haha

fancyswimtime•1h ago
yes because these benchmarks are not akin to the real world; rendering a large list of data? You'd use a virtualized list etc
IshKebab•1h ago
Yeah I agree, these benchmarks are basically meaningless. E.g. they acclaim Vue's binding based approach as being faster, but it also leads to spaghetti code. React was specifically designed to avoid that so you can build big apps that aren't buggy.

Also isn't Preact meant to be a faster option if you really need performance?

yurishimo•1h ago
Arent buggy? React had to introduce a compiler because the masses only write buggy code. The reason they likely waited so long to do it is because they felt like it was a waste to write software to fix something that theoretically has “no flaws” because it’s “just JavaScript”.

Literally every other JS framework figured this out years and years ago and some over a decade ago. Compilers help to raise the floor for everyone so we don’t need to worry about making a dumb mistake and drastically slowing down our programs. Compilers are the evolution of software.

smj-edison•1h ago
To me the only framework that has really pulled this off is Phoenix live view and spinoffs, because they solve the fundamental problem: pipelined latency. The frontend has to request object A, wait for the result, then it has to request object B, then wait, etc, etc. There's too many combinations of objects, so it would be impossible to have an endpoint per specific request (I suppose graphql has sort of done this, but it's still not flexible enough for complicated transforms). Live view solves this problem by not really solving the problem, but moving everything server-side so pipelined latency is dramatically lower.
andrewmcwatters•1h ago
I'm no longer a fan of using any front-end libraries at all en lieu of just using standard event listeners and web components, but in their defense, by the time that you're creating or updating that many elements, most developers are backing out of the framework anyway.

It's the primary reason virtual table libraries exist.

cheema33•1h ago
> I'm no longer a fan of using any front-end libraries at all en lieu of just using standard event listeners and web components

You can get away without using frontend frameworks for small and simple projects. However, for large and complex projects you will struggle. For example, try building Google Docs without a frontend library. You will struggle even if you have an army of developers at your disposal. In fact, with a larger team, a library/framework helps standardize things.

weinzierl•1h ago
"For example, try building Google Docs without a frontend library. You will struggle [..]"

Except that Google Docs is not built with a framework. At least not a generic one and being generic is kind of the hallmark of framework.

andrewmcwatters•1h ago
We build large apps at my company without this and it reduces our dependency management overhead.

Most software doesn't require large teams, ones with large enough structure to utilize cross-functional teams are siloed enough that it also still doesn't matter and the most standardization that's effectively useful is the company's specific UI library for their corporate branding.

At that point you're really using the company's library, and less of the underlying framework anyway. Uber, AAA, American Express, etc. All of them do basically this.

wiseowise•28m ago
> You can get away without using frontend frameworks for small and simple projects.

Small and simple projects like checks notes VSCode, Obsidian, Min (browser).

nasso_dev•1h ago
It's a bit sad that this is using Svelte 3 instead of Svelte 5, which changed its reactivity model to signals!
codegeek•1h ago
Did Svelte gain the adoption like React and Vue ? I am not sure how mature the ecosystem is. I am always wary of using things in production that have not gained significant adoption.
some_guy_nobel•1h ago
From what I recall, they nuked the ergonomics/what made Svelte great with the runes api (Svelte 4?) and most people begrudgingly switched over to React, because, why not at that point.
YmiYugy•14m ago
Runes got introduced with svelte 5 and they address some problems that really bite when your components become complex and just weren’t solvable in the old paradigm. I think svelte is still very ergonomic to use. Having to write $state() when declaring reactive variables is not a big deal and neither is writing $effect instead of $:. I think the real reason the hype has waned a little is a combination of time, LLMs really liking React and generally absorbing any spare attention.
thedelanyo•1h ago
About 90% of stuffs, svelte's ecosystem is the same as the whole js ecosystem.
SeanAnderson•1h ago
Short answer: no.

Long answer: https://2024.stateofjs.com/en-US/libraries/#tools_arrows

It shares a space with React and Vue in terms of positive opinions. Opinions are worse since v5 due to the perceived increase in complexity of using the Runes system.

It is the fourth most used JS framework behind React, Vue, and Angular.

mi_lk•56m ago
not an FE but it seems the only thing stands out from that survey is Vite
SeanAnderson•52m ago
Vite is indeed awesome and a breath of fresh air after a decade of Webpack.
Hamuko•31m ago
At least anecdotally I see job listings mostly for React, with some for Vue and Angular, with almost no Svelte. I think I did see one company mention Svelte, so at least someone is building on it, but to a much lesser degree than any of the major players.
pitaj•1h ago
I love Svelte. When I first used it, it was like using a framework for the first time: Wow, everything is namespaced to the component, even CSS! Wow, just putting $ in front makes it update automatically! etc, etc
Imustaskforhelp•50m ago
Somethings have definitely changed but I've accepted that maybe this is what is best needed for having some fewer amount of bugs/headaches about software while making it more performant and I sort of trust the svelte team in whatever version they lead us to!

Afterall, what is fun in webdev if not for creating factions and I am part of the lovely sveltelandia! Proud to be a member of it and I have full trust on the team.

Evan-Almloff•1h ago
> Because WebAssembly modules lack direct access to the DOM, they rely on an additional JavaScript interoperability layer, which can introduce extra overhead.

Blazor is slow for other reasons. You can make wasm web frameworks fast (see leptos and dioxus). It can be as fast as vanilla js. Sledgehammer on this benchmark is wasm: https://krausest.github.io/js-framework-benchmark/2023/table...

byearthithatius•1h ago
The fact this is already outdated by more recent Svelte releases which changed things drastically is exactly my problem with the modern JS space. So fast moving and most of it is still doing JQuery like reactivity.

I am probably just not smart enough to get it, but it reminds me of the constant seemingly pointless rewrites I see in companies. Figure out what works and keep it, is that so hard? Why can other languages do that. Is this just the nature of web dev?

andai•1h ago
I think it's a combination of boredom and job security.
byearthithatius•1h ago
I agree with that. I'm sure they do find genuine improvements, but they are often just trade-offs.
icemelt8•1h ago
ReactJS is pretty consistent since last 5 years and probably won't be changing for next 5 years.
byearthithatius•1h ago
But how many use _just_ React now? There is a whole stack that 90% of YC companies use: Node, pnpm, Next, React, doing SSR by default. Idk about it all. Most of the time when I ask why they do SSR they can't tell me a valid reason. Their bundle sizes are so big for what the apps do.
landl0rd•1h ago
I've used plain react for a few things in the past few years. I strongly prefer it to next/nuxt/all this other stuff. Preact and an understanding of best practices can make it fairly performant with a more or less drop-in replacement if you're willing to sacrifice compatibility with absolutely all the ecosystem.

I still prefer svelte but it's less mature and universally-known. React is still a pretty good choice if you need something that will more or less work and that anyone can write.

Imustaskforhelp•1h ago
My issue is opposite.

I know svelte/sveltekit and would want to contribute to svelte apps (a good reminder that I should)

But there are some projects that I really really want to contribute to / heck even port to sveltekit like cinny and hedgedoc and the likes and so I almost feel pressured by the system to learn react so that I can finally feel confident enough to understand their repositories as they scare me right now...

Cinny:https://github.com/cinnyapp/cinny Hedgedoc:https://github.com/hedgedoc/hedgedoc

b_e_n_t_o_n•1h ago
I think most are still using React with maybe React Router. Node and Pnpm aren't really complicated or difficult to use, neither is Vite.
kace91•1h ago
>Most of the time when I ask why they do SSR they can't tell me a valid reason.

Isn't it mainly about playing nice with crawlers? SEO and the like?

(that was my understanding but I'm a backend dev).

Jcampuzano2•59m ago
Yes but they obsess over making everything perfectly ssr to the point of both delivering slow and half the time making client side navigations slow as hell after the user is already past the pay walled/marketing material part of your app.

Honestly except for the marketing page and blogs and stuff, most apps are fine without server rendering. In fact I'd say many that avoid server rendering actually feel better simply because next.js makes it really easy to screw up your performance doing it.

fruit2020•57m ago
Do people really build SPAs that are just websites and not ‘apps’?
dhosek•34m ago
Sadly, yes. Fortunately, most of them are developers’ toys, but not all.
ozim•18m ago
Reading comments here, Reddit or other places my guess is lots of people don’t know the difference between just a website and an app. Even ones that seem experienced.

Lots of newcomers are struggling and not understanding what are the options and which approach is best for their case.

Business people don’t help as they rightfully don’t care. But they want „do everything” - „pay once” approach so people bolt on static pages ona apps or other way around.

byearthithatius•4m ago
I have over ten years experience and the distinction isn't always clear to me.

Example: This logistics SPA I was building I realized could just be single pages with some data for most of the stuff (tracking, inventory, etc...) but for admins they wanted a whole dashboard. This was a conditional on some value of the stored session user. So it ended up being kinda a website for parts of it and an SPA admin panel if the user conditionally matched some privileges. Probably should have been separate stacks but they used the same data so early on they made it the same Next app.

I don't think the whole website vs app thing is always as simple as static blog pages vs full fledged JS-heavy app. There is a spectrum and overlap even within a single "application" because of various requirements.

fakedang•52m ago
That seems to be the only big plus with NextJS and SSR. But a big reason behind that was how Vercel made NextJS accessible to so many newbie devs right during Covid season. I was one of those new learners picking up React through it. Out of all the frameworks, Next was the most well-documented and more straightforward. The extras such as the straightforward routing and the availability of templates by vercel made things all the more easier for many to pick up. Meanwhile React was languishing and most of the other alternatives were just all over the place.

That being said, I'm waiting in the back stage, like many other folks, for tanstack to get production-ready, because of the all the weird crap being pulled by Vercel on NextJS.

habibur•59m ago
> when I ask why they do SSR

What are the reasons for not doing SSR?

scrame•52m ago
want the whole point of Javascript to use client side manipulation? Is it's come back to SSR, then do we need all the JS baggage?
twelvechairs•39m ago
Its a division of responsibilities thing isnt it? "Proper coders" in python or whatever provide up to an API. Past that its basically the web devs domain and they live in JS land
SeanAnderson•1h ago
Didn't React 19 introduce a compiler in an attempt to provide auto-memoization? That feels pretty substantial.
byearthithatius•1h ago
The fact we got to a point of auto-memoization on every reactive function is crazy to me. How is that not prematurely optimizing? I already saw people doing useMemo on shit that shouldn't be getting called repeatedly with the same value. So maybe it is better to let a compiler decide, although I am curious how it knows.

EDIT: if its pure (not reactive to any other variable but other variables may react to it) they will auto memoize I guess to avoid their own reactivity engine doing a bunch of useless shit when no value was actually updated. Correct me here if I am wrong.

b_e_n_t_o_n•1h ago
It automemoizes objects that would otherwise be recreated on each render, which would then cause rerenders down the tree. By memoizing these objects, they reduce the amount of rerendering done without actually changing the semantics of the code you write (unless you wrote code that only works because of frequent unnecessary rendering).
kaoD•54m ago
Just to clarify: despite its name, React has no reactivity engine at all and re-renders unconditionally on any state changes or parent re-renders.

You have to opt-in to prop-diffing conditional re-renders (which I wouldn't call a "reactivity engine" either) per component, via React.memo.

And then you also have to opt-in to prop memoization for non-primitives for the prop-diffing not to be useless.

These re-renders might not result in any actual DOM changes since there is an additional vDOM diffing step from the resulting render (which, again, I wouldn't call a "reactivity engine").

victorbjorklund•1h ago
Nobody uses plain reactjs anymore.
christophilus•1h ago
What do you mean? I use Preact, but I use “plain Preact”.
wiseowise•34m ago
I think they're talking about React frameworks (aka Next.js).
nophunphil•24m ago
Sure they do. I’ve used it multiple times for new (but small) projects in the last year. It’s straightforward with Vite and works fine.

I’ve also used Next for new projects in the last year - it just depends on the infra requirements.

Vercel’s position in the ecosystem is one we should question. Maybe it’s not good for innovation to use Next for every new project. The recent controversy with their CEO isn’t helping the situation either.

freeopinion•41m ago
Are you ignoring signals? Signals are a pretty huge evolution.
wahlr•1h ago
Speed of development and community support is a much better experience in the web space which I think coincides with why there's enough free time and resources around to generate "n new JS frameworks a week". compose and swiftUI, for instance, emerged with component based architecture patterns much later than what was already considered standard in modern web dev.
sureglymop•43m ago
Compose also uses the elm architecture no?

That idea actually turned out to work well so others adopted it. Meanwhile in the web ecosystem elm is basically no more and react has changed enough that it's barely recognizable anymore.

dyauspitr•58m ago
Yeah they all do exactly the same thing just packaged differently. All of web dev was essentially a solved problem probably as far as a decade or two back.
Buttons840•49m ago
The reason the web changes so fast, and there are so many rewrites, is the same reason a puzzle whose pieces don't fit together keeps getting shifted around and restarted.

People are looking for a satisfying non-leaky abstraction to build upon and they don't find it with web technologies. They get close, but those last few pieces never quite fit, and we lack the power to reshape the pieces, so we tear out all the pieces and try again. Maybe this next time we'll find a better way to fit them together.

blacksmith_tb•32m ago
Developers certainly are prey to that impulse, but management tends to want ROI... Rewriting existing apps / services / etc. that work and have been refined over time is usually not a money-maker (unless they can't scale, say). But it is good for PMs and PdMs to say "my team built Z in just two months! (which does do exactly what Y did, but we lost the guy who wrote that...)"
jchmbrln•12m ago
This is insightful. I remember thinking after the first generation of SPA frameworks like Backbone and Ember and—somewhat later—AngularJS that maybe the second generation (React, Vue, etc.) would get it all sorted out and we'd arrive at stability and consensus. But that hasn't happened. The next generation was better in some ways, worse in a few, and still not quite right in many others.

Of course I hear plenty of people complaining that apps on top of hypertext is a fundamental mistake and so we can't expect it to ever really work, but the way you put it really made it click for me. The problem isn't that we haven't solved the puzzle, it's that the pieces don't actually fit together. Thank you.

kevinak•40m ago
Svelte was pretty much stable between 2019-2024, of all the frameworks it probably changed the least. It's only with the recently released Svelte 5 version that things changed a bit.

You have a point but you're giving Svelte unfair criticism here.

pverheggen•25m ago
> Figure out what works and keep it, is that so hard?

Well, short answer is that it's been in the "figure out what works" phase for many years now. The developer experience has improved a lot over the years, but it's at the expense of constant breaking changes and dependency hell if you want to upgrade existing code.

byearthithatius•10m ago
This is probably the best answer to my confusion. Not too negative or overly optimistic. We are just still fleshing out how we want to do this and there are a lot of cooks in the kitchen finding various ways to make the same dish.
sehugg•17m ago
My VanillaTS project has been working well for the last six years. The most painful part was when I moved everything to esbuild w/ async imports (and ES2017 modules) but now I don't even think about it. npm audit gets kinda mad though.
dmix•14m ago
He also chose a Vue version that came out in 2020.

Vue 3.4 (2023) rewrote their template rendering engine to be 2x as fast as well.

clickety_clack•1h ago
Switched to it on a greenfield project. It’s got a clean snappiness to it.
moomoo11•1h ago
Every Svelte enthusiast I have spoken to tends to lean towards the esoteric Elm and other such technologies.

They don’t really understand that software isn’t about “my framework can render 1000 elements 500ms faster” but rather my organization of hundreds or thousands of front end engineers (mix of employees and contractors both of whom usually don’t give a fuck) across the WORLD need to be able to work together on a significant product and ship constantly without breaking things.

And customers don’t give a fuck otherwise they wouldn’t be paying six figures or more for literally shit software.

That said I have tried it a couple times over the years. Not sure I like the latest direction they’ve gone though.

dzonga•1h ago
this 100%. Svelte lost direction when they became part of Vercel.

if they had stayed on their origin basis of making web apps fast with interop n ease of use the you wouldn't have the rune nonsense.

ChrisArchitect•1h ago
Is this just summarizing findings from a 2022 paper?

(2022 paper https://helda.helsinki.fi/server/api/core/bitstreams/a301a02...)

Ameo•1h ago
Svelte is definitely still my favorite way to build web apps in 2025.

I wasn't (and still am not) the biggest fan of the new Runes syntax, but I've gotten used to it, and it doesn't really hurt my productivity or get in my way that much.

There's definitely an ecosystem gap compared to React, but there are still lots of really good components and frameworks out there. For example, there's a native Svelte version of IBM's Carbon Design[1] which I've used and found to be very high-quality.

And as for arguments that React will keep winning due to LLMs not having enough corpus to learn less-popular frameworks, I've anecdotally had good success with using LLMs to edit and generate Svelte code. There are occasionally some issues (like it generating pre-runes syntax or using deprecated stuff like stores) but it works well enough to be useful, and definitely better than I expected.

[1] https://svelte.carbondesignsystem.com/

SeanAnderson•1h ago
Of note - Svelte publishes documents specifically intended for LLM consumption, https://svelte.dev/docs/llms

Making my LLM aware of these documents significantly mitigated issues I had with adopting Svelte 5 syntax.

kevinak•38m ago
There's also the new MCP that helps LLMs fix their own errors, give it a whirl: https://svelte.dev/docs/mcp/overview
kevinak•39m ago
You might be happy to hear that we're releasing a new version of the Svelte Society website to make it easier to find packages and other resources. We're currently migrating data and fixing bugs but if you want to give it a whirl you can find it here https://prod.sveltesociety.dev until we switch it over to the root domain.
pmarreck•1h ago
It's that fast because it uses a declarative model and this ends up being very efficient for a variety of use-cases

(I say this speaking from a NixOS laptop; Nix operations are invariably much faster than alternatives, like Docker, assuming you have the technical chops to get them to work)

pier25•1h ago
Blazor is popular? First time I hear this.

Also the article is commenting on this other article from 2022 which is severely outdated by now.

https://journals.riverpublishers.com/index.php/JWE/article/v...

piskov•1h ago
Many .net devs knowing c# in the enterprise. The same way that got angularjs and later vue popular — typescript + mvvm pattern more closely resemble normal c# code
b_e_n_t_o_n•1h ago
Is this AI? How is Blazor a JS framework, let alone a popular one?

Also no Solid.js?

Imustaskforhelp•45m ago
The article is a bit old but I don't think that it was AI, like, no offense but like before AI mania no one would have ever thought that calling blazor js framework would've discredited everything the author wrote by three words

Is this AI?

Fun fact just asked chatgpt, and even chatgpt says that blazor is not js framework, so the fact that author did say makes it prove that it was just a mistake and not some AI thing but you can't always be sure of these things

It said to my question, is blazor a js framework?

Good question — no, Blazor is not a JavaScript framework.

Here’s a clear breakdown

What Blazor Actually Is

Blazor is a .NET-based web framework created by Microsoft that lets you build client-side and server-side web apps using C# and Razor, instead of JavaScript.

It runs on top of .NET runtime — not on a JavaScript engine like React, Angular, or Vue do.

Pasting the link to it here https://chatgpt.com/c/68e6d1ed-9030-8322-82fa-84267f8d20c5

Offtopic but why is my chatgpt being so sycophantic, I thought that they had reverted out the update which was causing the sycophancy but I am tired of this dumb LLM praising me, I am starting to dread the first sentence of chatgpt because of it saying good point or anything bruh.

dwaltrip•1h ago
So what’s the deal with svelte runes and maybe causing people to switch off of it?
maz1b•56m ago
Would like to see how this holds up with a up-to-date version of Svelte/Sveltekit. Also, missing the comparison of Solid/SolidStart.
nixpulvis•50m ago
I've never used Svelte before, so maybe I'm misunderstanding what they mean by tracking dirty, but this bit confused me.

> This requires the framework to track which components are dirty. Vue does this at runtime, Svelte handles it at compile time.

How can it possibly track this at compile time? Best I could see if tracking where those bits could be set, but not actually setting them.

lukev•49m ago
As someone who has been doing frontend dev since "AJAX" was the hot new stuff...

I am deeply, deeply disappointed in the field. It simultaneously has an extremely high rate of churn and an extremely low rate of actual innovation.

After observing the discipline for nearly two decades, I am concluding that almost all the "progress" really starts to look like we're just rearranging the furniture endlessly without substantive improvements in developer velocity or end user experience.

Any given "progress" looks reasonable for a moment but is ultimately circular. We've been playing rock/paper/scissors with "better" techniques for a long time now.

marcosdumay•45m ago
Things have been stable for a while now. We haven't had actual churn in years.

But given that there has not actually been progress either, my guess is that this is a temporary situation.

Either way, Svelte is one of those things that promise some real progress. Not one of the things that have the same amount of problems, but in a different configuration.

lukev•24m ago
I guess you and I define "actual churn" differently.
EugeneOZ•29m ago
Angular performance benchmarks before zoneless (v19+) are obsolete.
y-c-o-m-b•29m ago
I'm on a project now that requires using Svelte in an enterprise setting. I've used all the big 3 (Angular, React, Vue) and then some (Ember, AngularJS) and I can say without a doubt, Svelte is my least favorite of them all by far. To say it has encouraged designing an unreadable mess in the code-base is an understatement. It seems to have taken the worst aspects of the big 3 and ran with it. I'm utterly confused why people enjoy this wild west hodgepodge of framework mistakes. I'd argue the improved speed is not worth sacrificing readability and lower cognitive load. This is designed for tinkerers and hobbyists. I say this with confidence of nearly 20 years experience building enterprise web applications (including in FAANG): Svelte is another fad library that has no place in a professional setting.
SeanAnderson•27m ago
Care to talk in specifics rather than generalities?
eagsalazar2•26m ago
lol, I love this take! I honestly have never used Svelt but you hear so much fanboi love for it I assumed it actually was awesome! If Svelt is a hipster scam, that would be hilarious. Anyone else able to corroborate or refute this claim?

I personally like React with just React Router 7 in framework mode (Remix). So simple, so intuitive, just works, paper thing abstractions over stuff everyone already knows how to do. (Next.js OTOH I do not love)

verdverm•10m ago
I went from react to next and back to react+tanstack (with vite), best setup I've used thus far (having tried angular a while ago when it was contender and vue more recently)

React is where industry mind share and energy is today, regardless of developer opinions

barnabee•14m ago
If using Svelte hinders the creation of “enterprise web applications” then it sounds like exactly what we need.

The web is supposed to be made by tinkerers and hobbyists.

kode95•21m ago
I grew tired of Svelte after it introduced too much "magic". Svelte used to be simple, now it's Vue that feels simple (and yet powerful), and Vue has a much bigger ecosystem in terms of plugins, etc.