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.

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

2 pointsby dennis-traabout 1 year ago
Options are the analyzed popularity from here: https://gist.github.com/tkrotoff/b1caa4c3a185629299ec234d2314e190

5 comments

zer00eyzabout 1 year ago
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...
SCUSKUabout 1 year ago
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_realaabout 1 year ago
I’d start with none, and first try to work out what problem you’re trying to solve?
rrr_oh_manabout 1 year ago
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_lishinabout 1 year ago
The answer is usually &quot;whatever the team&#x2F;developer is most comfortable working with&quot;.