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's other choice than the above , please tell. I am not here to start war but want to know your preference, that's it. Static rendering is not feasible as it's displaying dynamic data.<p>Please suggest
Svelte + Routify (<a href="https://github.com/roxiness/routify" rel="nofollow">https://github.com/roxiness/routify</a>)<p>Because it is fast and lightweight.
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.
The one you know, or the one all your co-workers know. Otherwise just choose the one that's easiest to recruit for (React). They ideals are more or less the same and they solve the same problem.
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.
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.
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>
The TALL stack might be an interesting option if you're more comfortable with the full stack development approach but with responsiveness built in.<p>But if you're just wanting to work pure client side, then JS it is!<p>I gather vuejs is a little simpler than React if you're starting out.
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'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.