Hacker News new | ask | show | jobs
by botskonet 3198 days ago
I think Angular 2+ just misunderstands what most applications need or what most developers want.

Typescript is an amazing tool and will be better once there's even wider support. Observables are interesting and RX.js has been useful to me. Zones are interesting but I've not had a real chance to use them.

But, I think putting these and many more concepts together make Angular even less accessible to a majority of developers. Developers can choose these components individually and mix and match for the project, but Angular has made all of these decisions already. That works for some people, but not enough.

Add to it the extreme confusion over naming and the massive paradigm shift from AngularJS 1.

I agree that Vue, React, and other libraries do a much better job and aren't complete packages, you can put together the foundation you need.