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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Poll HN: Which Front end Framework would you choose for a Greenfield Project?

2 点作者 dennis-tra大约 1 年前
Options are the analyzed popularity from here: https://gist.github.com/tkrotoff/b1caa4c3a185629299ec234d2314e190

5 条评论

zer00eyz大约 1 年前
Without the context of what is being built the answers are useless.<p>A blog or shopping cart, in react would be worthless. You would have this massive up front page load while all the JS downloads that provides little benefit... you would just be stepping on your own toes for a shot a customer capture.<p>If you were building an app that was an interactive client for exploring some data set, react would be a great choice for that... Capture happened long before react was loaded and your looking for an optimal UI and minimal data over the wire...
SCUSKU大约 1 年前
Personally I would start with whatever backend framework you like (Django, Laravel, Rails, etc) and use HTMX. But if you know your application is going to have a lot of complex client side state (like Google Maps) then I would pick React.
robin_reala大约 1 年前
I’d start with none, and first try to work out what problem you’re trying to solve?
rrr_oh_man大约 1 年前
If you want just something pretty and useful without toolchain hell:<p>Check out Bulma. (<a href="https:&#x2F;&#x2F;bulma.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bulma.io&#x2F;</a>)
pavel_lishin大约 1 年前
The answer is usually &quot;whatever the team&#x2F;developer is most comfortable working with&quot;.