TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is Svelte a good choice for large-scale apps?

12 pointsby prismatixover 1 year ago

6 comments

paweldudaover 1 year ago
Svelte bundle size supposedly grows faster than React, you may want to check out comparisons in case that's your concern.
jerojeroover 1 year ago
Large scale is all about the back-end, not the front end. Svelte is fine for the front end of any website.<p>But React is more popular and if you want to actually make an app, you could consider react native and reuse a lot of your code.
hamdouniover 1 year ago
I do not agree with other comments : I&#x27;m happily using Svelte in a very specific webapp with a lot of pages : forms, validation and datagrids with complex search queries. I use zero external UI components : if something missing, I can build it in Svelte quickly. It&#x27;s simple, predictable and ... just works.
fyzixover 1 year ago
The largest company in the world chose it[1]. So I&#x27;m sure you wont have a problem with scaling:<p>[1]<a href="https:&#x2F;&#x2F;music.apple.com&#x2F;us&#x2F;browse" rel="nofollow noreferrer">https:&#x2F;&#x2F;music.apple.com&#x2F;us&#x2F;browse</a>
revskillover 1 year ago
It depends on your requirements. It&#x27;s not about small vs large scale.
SkyMarshalover 1 year ago
There was a big discussion about Svelte recently, here’s one of many comments that may be relevant:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37380980#37382287">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37380980#37382287</a><p>TLDR: Svelte is like Rails, lots of magic to do pre-ordained stuff quickly. If it can do everything you need your UI to do it will be very productive. But if you have UI requirements that don’t exist in Svelte (or Sveltekit) out of the box, you may be better served by a more primitives&#x2F;toolbox-based framework like Solidjs.
评论 #37573110 未加载