TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

12 点作者 prismatix超过 1 年前

6 条评论

pawelduda超过 1 年前
Svelte bundle size supposedly grows faster than React, you may want to check out comparisons in case that's your concern.
jerojero超过 1 年前
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.
hamdouni超过 1 年前
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.
fyzix超过 1 年前
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>
revskill超过 1 年前
It depends on your requirements. It&#x27;s not about small vs large scale.
SkyMarshal超过 1 年前
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 未加载