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: Which Web Front end Framework to choose?

4 pointsby deccanchargersalmost 4 years ago
Web is fast changing platform. I need to choose good Frontend Framework for SPA that i want to develop. I want it to be stable and efficient.<p>I think that these are the choices: Vuejs , ReactJS and SvelteJS .<p>So,which one would you prefer and why? if it&#x27;s other choice than the above , please tell. I am not here to start war but want to know your preference, that&#x27;s it. Static rendering is not feasible as it&#x27;s displaying dynamic data.<p>Please suggest

12 comments

sandreasalmost 4 years ago
Svelte + Routify (<a href="https:&#x2F;&#x2F;github.com&#x2F;roxiness&#x2F;routify" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;roxiness&#x2F;routify</a>)<p>Because it is fast and lightweight.
评论 #27270834 未加载
sircastoralmost 4 years ago
My order of preference is Svelte, Vue, React. I feel like they are in that order intuitive and quick to build a project.<p>I like Svelte a lot because of the size of its footprint vs the other two.<p>All that said, if you already know one of them - even just a little - just go with that. If you’re just trying to make a thing, get going and make it.
lmiller1990almost 4 years ago
The one you know, or the one all your co-workers know. Otherwise just choose the one that&#x27;s easiest to recruit for (React). They ideals are more or less the same and they solve the same problem.
aristofunalmost 4 years ago
Modern react is mature, stable, thoroughly explored by community yet at the same time lean enough to start small (ie scalable and battle tested).<p>Svelte is promising but way too young.<p>Vue seems yet a tiny bit behind React in terms of community size and number of hi demanding real life use cases. As far as I see it.<p>In the end you should start with your specific requirements for the app, not from a fashion question.<p>There’s no and never be “one choice fits all” answer.
austincheneyalmost 4 years ago
I prefer none. I find them to be overkill and often unnecessary, so long as you are comfortable with the primary APIs of the web platform.<p>If you stress about composition then you will want to use one of those large frameworks. If you prefer to instead stress about feature delivery you probably are better off without them as they will limit your ability to do things in new and unpopular ways.
claudiojulioalmost 4 years ago
Use svelte, it is the easiest and fastest of these three. To use react it is good to have a good command of javascript. The vue is easier than the react, but the vuex is very complicated. The svelte stores are very easy to use. And vue has some structures in the svelte are addressed in a simplified way, as methods and data computed.<p>Svelte is the present and the future!<p><i>Automatically translated.</i>
评论 #27276208 未加载
codingclawsalmost 4 years ago
None as well. I like the browser js APIs and it&#x27;s nice to avoid the front-end framework complexity.
afarrellalmost 4 years ago
I would choose ReactJS because its what I know and because it seems to have the most momentum behind it.
iamjonjacksonalmost 4 years ago
The TALL stack might be an interesting option if you&#x27;re more comfortable with the full stack development approach but with responsiveness built in.<p>But if you&#x27;re just wanting to work pure client side, then JS it is!<p>I gather vuejs is a little simpler than React if you&#x27;re starting out.
Raed667almost 4 years ago
I enjoy working with React (and Next.js when I need server-side-rendering).<p>I like that JSX is close to native JS and doesn&#x27;t have weird syntax like `v-bind`, `v-if` or `bind:value`.<p>Basically for learning, getting better at React means you get better at JavaScript.
agustifalmost 4 years ago
React with NextJS for SSR and BlitzJS for full-stack webdev, and Prisma for ORM, and Postgres for Database
cordaciualmost 4 years ago
VueJs for me since it does what I need + ...Vuetify is great.