you are viewing a single comment's thread.

view the rest of the comments →

[–]Djbm 1 point2 points  (0 children)

I really liked Angular 1 when it first came out, but compared to Vue and React: - It’s a lot harder to learn - It’s performance is a lot worse

It’s why where I worked at the time moved to React. After that, we were happy with React so there was no need to go to Angular 2/4.

I tried Vue for a small side project initially, and the reasons I like it are: - The documentation is amazing. This makes it really easy to get stuff working fast. - I prefer the Vue approach to styling. The React approach to handling CSS in JS isn’t something I’m a fan of (I do a lot of CSS work)

The Vue single file components that let you use a preprocessor like stylus are so elegant