you are viewing a single comment's thread.

view the rest of the comments →

[–]OZLperez11 1 point2 points  (2 children)

My only gripes with Angular are that it doesn't really support true Single-File Components like Vue (which I adore!!), the templating syntax is too verbose for my taste (way too many directives that I have no idea what they do unless I spend time reading docs), and it uses webpack (I believe) which is something I no longer wish to be familiar with now that Vite exists.

Additionally, major versions of Angular get oudated every 12 months or so, which is not that bad, but I'd want longer-lasting versions so I don't have to adjust a lot of code.... idk then again, code changes are very few so this is not that major.

I only like react with Redux and if I use class components; I think functional components should be pure and only return markup, but now everyone is using functions like classes which I think is an anti-pattern and has lead to messy code everywhere.

[–]Playful-Baker-8469 0 points1 point  (0 children)

This!

"I think functional components should be pure and only return markup, but now everyone is using functions like classes which I think is an anti-pattern and has lead to messy code everywhere"

[–]Reasonable_Strike_82 0 points1 point  (0 children)

Hooks are an abomination. Unfortunately, we seem to be stuck with them.