Why you should not use AngularJs
medium.com
Why you should not use AngularJs
1–10 of 48 posts
Re: Why you should not use AngularJs
#2Re: Why you should not use AngularJs
#3I much prefer to write my own controllers and models and use Reactjs for the views.
Re: Why you should not use AngularJs
#4The scaling thing is just one of the hurdles you have to manage in this framework. Every system has them. Once you learn where the limits are the tools exist to manage it:
https://www.exratione.com/2013/12/considering-speed-and-slow...
Like all frameworks, Angular isn't suited to every task. If you are rendering massive tables, to pick the obvious example, then you probably shouldn't be using any of the modern binding-based frameworks for that part of your application.
Re: Why you should not use AngularJs
#5Re: Why you should not use AngularJs
#6But to each his own.
Re: Why you should not use AngularJs
#7Re: Why you should not use AngularJs
#8Of course, the generally poor documentation does not help newcomers...
Re: Why you should not use AngularJs
#9While I'd be the first to agree that Angular does a bunch of things I think are a bit crazy, articles like this don't really move the needle for me. The author doesn't like the design of Angular and feels it isn't efficient enough. OK, that's OK! However, there's not some massive conspiracy here - go ahead, use React/Ember. In my own experience, Angular is performant enough for most web applications, and the convenie…