Hacker News new | past | comments | ask | show | jobs | submit login
Poll HN: Which Front end Framework would you choose for a Greenfield Project?
2 points by dennis-tra 4 months ago | hide | past | favorite | 5 comments
Options are the analyzed popularity from here: https://gist.github.com/tkrotoff/b1caa4c3a185629299ec234d2314e190
Svelte
3 points
React
2 points
None
2 points
Angular
1 point
Vue
1 point
Solid
1 point
Other
1 point



Without the context of what is being built the answers are useless.

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.

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...


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.


I’d start with none, and first try to work out what problem you’re trying to solve?


If you want just something pretty and useful without toolchain hell:

Check out Bulma. (https://bulma.io/)


The answer is usually "whatever the team/developer is most comfortable working with".




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: