Svelte’s characteristics that likely contribute most to improved performance
chuniversiteit.nl
Svelte’s characteristics that likely contribute most to improved performance
1–10 of 205 posts
Primary source: Modern Web Frameworks: A Comparison of Rendering Performance (2022) – https://journals.riverpublishers.com/index.php/JWE/article/v...
Re: Svelte’s characteristics that likely contribute most to improved performance
#2Would be interesting if they compared also other WASM frameworks.
Obligatory: sad state of web where React is so popular.
Re: Svelte’s characteristics that likely contribute most to improved performance
#3I wonder why the article used old versions of React and Svelte? It is using React 17 and Svelte 3.
Re: Svelte’s characteristics that likely contribute most to improved performance
#4It'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.
Re: Svelte’s characteristics that likely contribute most to improved performance
#5I wonder why the article used old versions of React and Svelte? It is using React 17 and Svelte 3.
the data being cited by the article is from 2022
Re: Svelte’s characteristics that likely contribute most to improved performance
#6I wonder why the article used old versions of React and Svelte? It is using React 17 and Svelte 3.
the data being cited by the article is from 2022
Up to date data - https://krausest.github.io/js-framework-benchmark/2025/table... - shows Ripple, Vue, and Svelte as some of the best performers.
Re: Svelte’s characteristics that likely contribute most to improved performance
#7Would be interesting if they compared also other WASM frameworks. Obligatory: sad state of web where React is so popular.
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.
Re: Svelte’s characteristics that likely contribute most to improved performance
#8Re: Svelte’s characteristics that likely contribute most to improved performance
#9Re: Svelte’s characteristics that likely contribute most to improved performance
#10> 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.