DEV Community

Discussion on: Why would you want to learn VueJS now?

Collapse
 
andrewbaisden profile image
Andrew Baisden

If React did not exist I am sure that Vue would be number 1. Regardless it is a great framework to use definitely my second choice after React. I agree though the syntax is probably easier to learn compared to JSX. And their docs are great.

Collapse
 
frontendengineer profile image
Let's Code • Edited

VueJS made some difficult things easier. An example is the form fields v-model. In react you would have to manually handle it. Although some devs preferred to have this flexibility, do everything themselves.

Looping through lists is quite a breeze, kinda angular-ish that Evan You love and replicated.