Hacker News new | ask | show | jobs
by awesomepeter 1622 days ago
I feel you. I have worked on an Angular project for over a year and was miserable working with it (and I _really_ tried to like it).

At first glance it seems "complete", but once you start building there's just so many insane edge cases that don't work well or have bugs. I also think that "integrating" RxJS was a mistake, while I get it and it's nice, it's imho too low level of an abstraction if you have many people that don't necessarily want to learn all the details (easy to shoot yourself in the foot with it), too different from anything else in JS, and too poorly integrated into angular.

And also the verbosity of everything.. was too much for me.