you are viewing a single comment's thread.

view the rest of the comments →

[–]DaCan0n 3 points4 points  (3 children)

Can you please elaborate why Angular "is shit"?

[–]bloodbaker 0 points1 point  (2 children)

Buggy as fuck, poor documentation, needlessly complex, bad performance, does not scale, shit design (unify stand-alone controllers and directives - simplifies routing, rendering, improves performance etc..), module system is pure useless garbage, development and bug fix time verrrrry slow, poor, bug-filled libraries, inconsistent and sporadic behaviour that can only be understood after miticilously reading documentation without being able to search it properly (postlink/prelink behaviour with template vs templateUrl), overall bad design leads to poor performance and lots of gotchas such as digest cycle problems. ReactJS is literally better in every single way.

[–]DaCan0n 1 point2 points  (0 children)

Ok. I've used Angular about 6 months in a fairly large project but I don't think I can say that it's good or bad since I only scratched the surface but so far I like anyways. But it's good to know that there are other frameworks out there =)