
What is your preference: VueJS or ReactJS? : r/webdev - Reddit
Aug 20, 2023 · What to make of the fact all the high-voted posts are for Vue and yet the job market is like 90% React-based stacks (React, ReactNative, NextJS, Apollo, etc.)? It's not just bigger applications either - React is still easily the most common choice for the FE even in greenfield projects.
Vue vs React - productivity question : r/vuejs - Reddit
Oct 26, 2023 · The Vue example could be shortened to be much more concise and readable than React following a similar pattern used in the React example. <button @click="count++">Click me</button> A simple refactoring of the Vue code would reduce the line count by 6 making it shorter than the React code--not to mention that the overall character count is ...
React.JS VS Vue.JS: Which One to Choose In 2023? : r/reactjs - Reddit
Dec 21, 2022 · What are React.JS and Vue.JS? React.JS are Vue.JS is, a JavaScript framework based on HTML and CSS. Developers use these frameworks for developing the UI components. They allow the same codebase to be executed in different operating systems, from iOS to Android OS. They divide the entire user interface into multiple components.
Why is react more popular than vue, when vue is faster and
Imho Vue.js brings nothing revolutionary to the table. The main point that it's very easy to learn and is usable without TypeScript. Maybe my oppinion is biased because I don't like traditional templating. React emphasizes JSX, functional components and hooks and in combination with Redux it feels like Elm.
Vue.js or React ? Which you would chose and why? : r/javascript
tldr: The difference are significant but it isn't just a case of JSX vs Templates or large API vs small API. The choices that React and Vue devs have made may have consequences down the road that you may not realise when you first pick up one or the other. The important question to ask when choosing a framework is 'where do I want my complexity'.
Why do people think that React is better than vue? : r/vuejs - Reddit
Mar 8, 2024 · The React team released React Server Components and with Vercel adopting it, the whole ecosystem has to follow suit. If Vue had the same backing perhaps it would have a greater hold of the market. Another point you are overlooking is React Native. As it stands React is the best JS option for writing native apps on phones, desktop, and even AR ...
Some meandering thoughts about Vue.js vs. React.js : r/javascript
May 19, 2018 · Some meandering thoughts about Vue.js vs. React.js help I’ve been a software engineering consultant for the past 12 or so years and, after a three-year stint performing mostly full-stack work involving some combination of Node.js, Ruby on Rails, and Ember.js, just recently began working for a client looking to develop their website’s UI in ...
React vs Angular vs Vue: Which will prevail? : r/Frontend - Reddit
Reasons: React is an ever-increasing mess everytime they try to re-invent the wheel. First it was the dread of hooks against the class components, the same way it was functional vs OOP. Then CRA died and people can't just start up a React project.
Next vs. Nuxt (or React vs Vue, I guess) : r/webdev - Reddit
Since React is just, well, plain JavaScript (or TypeScript) code + compiler that transforms your JSX code to React.createElement calls, you get this integration "for free". At the same time with Vue's SFC as far as I understand you need type generation to get your types, which feels like a step backwards.
Vue vs. React: Is there a difference in how you approach them
Jan 7, 2024 · With React, there are 4 major state models (atom (Jotai, Nanostores, Recoil, et al), context, flux (Redux), proxy (Valtio)) whereas in Vue, it's either composition or Pinia and mostly Pinia. I think it's harder to do global state "wrong" in Vue than it is in React simply because there are so many different models (some projects I worked on were ...