DEV Community

Discussion on: Hey guys what's better Vue or React?

Collapse
 
charlesw_dev profile image
Charles Watkins

They're both great. What's better depends on your situation and what you need.

Vue.js is very easy to write and learn. You don't need to hire a "Vue Developer" because anyone who knows JavaScript and frontend development fundamentals knows 60% of what they need already. If I were building an SPA and just an SPA, I'd probably use Vue.

React has an unparalleled ecosystem. If I wanted an MPA or a cross-platform application or wasn't sure, I'd go with React. If I wanted to always be able to find devs, I'd also go with React. React is basically the AWS of frameworks.

Either way, you can't really go wrong.

Collapse
 
aarone4 profile image
Aaron Reese

Vue has Quasar which is a Material Design based components Framework that automatically compiles to SPA, Hybrid, and Desktop (electron) from a single codebase.