Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
well... this is devRANT. I guess there's not much to rant about it... Except perhaps for having a very rigid ngComponentOutlet w/o any built-in way to supply @Inputs and @Outputs...
So I had to come up with my own solution for it: https://github.com/angular/angular/... -
Root825572yAngular was okay. I liked the features but disliked the approach. It felt clunky.
(Though this probably improved considerably with later versions.) -
@Root I dunno, it still feels clunky. But tbh, that clunky feel is pretty much the only thing I can fault it in the context of frontend frameworks - so it still sucks, but they all do.
-
h3rp1d3v5232yI fucking hate angular so much.
1. Halfassed rxjs which results in bunch of stale states.
2. Stupid module system with stupid oop approach and bloated export.
3. Halfassed typescript support with unexpected run time types.
4. Slowest dev server on the market and they made dev server slower for v12 release to make "dev environment more similar to production environment". When people ask for swc or esbuild support, their response is "swc and esbuild do not do type checking".
5. Difficult to test. I have no idea how they managed to sell the idea that angular is testable because of dependency injection.
6. Terrible and inconsistent documentation. Is it good or bad to use rxjs??
Reading angular issue thread gives me heart attack -
Angular is the textbook definition of "overengineered pile of dogshit" and the reason you don't hear about it much is because anyone who's ever used it for anything non-trivial has been so traumatized by it that we actively fight to keep it out of our brains.
-
I agree. Angular was one of the first frameworks I learned so it helped me a ton, but yeah probably won’t ever use it again.
-
djeddiej852yAngular is good to build mental strength because it puts you under extreme duress when you are coding with it. Admittedly I liked some of its organizational peculiarities , particularly the nice component structure . But that was all. And I moved on.
Related Rants
-
tahnik63So I need to create a nice new web app. Let's look at some cool JS frameworks that I can work with. *5 mins l...
-
viadukt20Front-end developer's to-do list : ☑ Climb Everest ☑ Learn how to speak mandarin ☑ Become god ◻ Verti...
-
diegovincent37Hi, I am a Javascript apprentice. Can you help me with my project? - Sure! What do you need? Oh, it’s very...
Why do we never talk about angular? It was way ahead all the time. Like you got all these nice things with Vue 3 and React 42, but bro angular got it all for years..
It feels so nice learning it.
random
frameworks
angular
frontend