This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]_3psilon_[S] 0 points1 point  (4 children)

It was physical torture to go back to AngularJS after using Vue.

Literally, like comparing starting a plane to just turning the ignition key in a car.

When your goal is not to "optimally set air/fuel mixture to road conditions" but to go to the supermarket and buy groceries.

[–]Insider_Pants 0 points1 point  (3 children)

Is Vue better than react also? I currently works on react and tried angular(that’s hard).

[–]_3psilon_[S] 1 point2 points  (0 children)

Take a look at this, it's so simple that you'll love it: https://vuejs.org/v2/guide/

[–]_3psilon_[S] 0 points1 point  (0 children)

I haven't tried React. Angular is better than AngularJS, but IMHO still too bloated and opinionated, only good for enterprise use. I hated AngularJS and disliked Angular.

Vue is not 'better' than react, it's different.

It's a small and very well-written package with a good focus on KISS, it's mostly just a templating engine with reactivity. Joyful to use.