Hacker News new | ask | show | jobs
by epolanski 1141 days ago
I just don't like Angular at all.

Every version essentially breaks the previous one.

90% of the information online is outdated or incorrect. By the time you start a project on Angular X, Angular X+2 is out which makes many things complicated, some deprecated.

It's true that it provides a robust set of defaults and libraries but those are generally an overkill for most projects.

On top of that there's a higher compilation complexity in Angular which I have seen every single Angular project struggle at some point.

2 comments

> Every version essentially breaks the previous one.

This is simply not true. It might have been true in the early Angular v2 days, but since v6 or so, updates are relatively trivial.

https://update.angular.io has your back extremely well. The trick is to ensure whatever third party libs you're using have also been updated, otherwise you're application may break.

Exactly, not only updating the application is an issue, but third party libraries quickly lose support for previous versions.
The Angular team has this nifty little update tool[0] that helps us through running migrations and preparing the code base for upgrades.

[0] https://update.angular.io/