Live data from Hacker News

Angular vs. React vs. Vue

medium.com

11–20 of 77 posts

Re: Angular vs. React vs. Vue

#11
post #6

> If you work at Google: Angular Doesn't Google actually prefer Polymer? https://www.polymer-project.org/

I don't think Google prefer either, YouTube was recently migrated to Polymer, They use Angular(Dart) from Adwords. almost all other projects use vanilla JavaScript(with closure compiler)

As far as i understand, Polymer (and Web Components, in general) permits to define custom HTML elements.

What kind of custom elements are in the (insanely unreadable) Youtube main page?

Re: Angular vs. React vs. Vue

#12
post #6

> If you work at Google: Angular Doesn't Google actually prefer Polymer? https://www.polymer-project.org/

I don't think Google prefer either, YouTube was recently migrated to Polymer, They use Angular(Dart) from Adwords. almost all other projects use vanilla JavaScript(with closure compiler)

Google is actually using Angular extensively on their in-house tools.

Re: Angular vs. React vs. Vue

#13
post #10

I recently used both Angular 2 and React (the latter more recent) in some small projects. While I enjoyed working with React, I think Angular is more suited for me, a one-man startup. A lot of decisions are already made and I just follow them. In React, every time I need something not built-in (which is very often), I have to do some research, and even after deciding one, I have this "what if I'm wrong" guilt at the…

I think angular just makes more sense in larger projects. Imo, It has quite a lot of overheard that only pays off when working in larger teams.

> I think angular just makes more sense in larger projects.

I remember people saying exactly that with Extjs back in the days, with no proof whatsoever. Can you explain how angular makes more sense in larger projects?

> that only pays off when working in larger teams.

what makes it better for "large teams" ?

Re: Angular vs. React vs. Vue

#14

I recently used both Angular 2 and React (the latter more recent) in some small projects. While I enjoyed working with React, I think Angular is more suited for me, a one-man startup. A lot of decisions are already made and I just follow them. In React, every time I need something not built-in (which is very often), I have to do some research, and even after deciding one, I have this "what if I'm wrong" guilt at the…

Never tried vue ? I dislike angular hyper engineered DOM-OOP hybrid. Vue also fit the human-sized framework in a way.

Re: Angular vs. React vs. Vue

#15

I recently used both Angular 2 and React (the latter more recent) in some small projects. While I enjoyed working with React, I think Angular is more suited for me, a one-man startup. A lot of decisions are already made and I just follow them. In React, every time I need something not built-in (which is very often), I have to do some research, and even after deciding one, I have this "what if I'm wrong" guilt at the…

My biggest problem with Angular2 is how restrictive an obtuse the framework can be at times. I've ranted about it in other comments so I'll save space and just say that Angular makes easy things hard and difficult things nearly impossible once you step off the dotted line.

Also the lack of a really solid UI library has caused many headaches. Material isn't very configurable, PrimeNg is okay but somewhat buggy and poorly documented.

Re: Angular vs. React vs. Vue

#16

I recently used both Angular 2 and React (the latter more recent) in some small projects. While I enjoyed working with React, I think Angular is more suited for me, a one-man startup. A lot of decisions are already made and I just follow them. In React, every time I need something not built-in (which is very often), I have to do some research, and even after deciding one, I have this "what if I'm wrong" guilt at the…

Never tried vue ? I dislike angular hyper engineered DOM-OOP hybrid. Vue also fit the human-sized framework in a way.

Not yet. I've been burned with some JS frameworks before, so now I have the "Nobody gets fired from choosing IBM" mentality. I do hear some good reviews, maybe someday :)

Re: Angular vs. React vs. Vue

#18

I recently used both Angular 2 and React (the latter more recent) in some small projects. While I enjoyed working with React, I think Angular is more suited for me, a one-man startup. A lot of decisions are already made and I just follow them. In React, every time I need something not built-in (which is very often), I have to do some research, and even after deciding one, I have this "what if I'm wrong" guilt at the…

My biggest problem with Angular2 is how restrictive an obtuse the framework can be at times. I've ranted about it in other comments so I'll save space and just say that Angular makes easy things hard and difficult things nearly impossible once you step off the dotted line. Also the lack of a really solid UI library has caused many headaches. Material isn't very configurable, PrimeNg is okay but somewhat buggy and poo…

have you looked at https://vmware.github.io/clarity/?

Re: Angular vs. React vs. Vue

#19
post #6

Earlier quoted context omitted.

I don't think Google prefer either, YouTube was recently migrated to Polymer, They use Angular(Dart) from Adwords. almost all other projects use vanilla JavaScript(with closure compiler)

Google is actually using Angular extensively on their in-house tools.

Quite a bit of chrome is written in polymer https://cs.chromium.org/chromium/src/chrome/browser/resource...
Post reply on HN