Last Updated: February 25, 2016
·
571
· yehudaz

5 reasons to use AngularJS

I came across an article that talks about why you should use this framework when developing apps. I think all the 5 reasons he points out can be suitable to web development as well. You are strongly encouraged to read this article, but to sum up, this is why you should use Angular JS:

  1. Easy to refactor parts of code – in analytics (which is mostly not written in Angular JS) it is very easy to see the difference between the minority of the code which is written in Angular and between the rest. It gives you a soft landing.
  2. JavaScript is becoming hell to maintain and make sense out of. With Angular JS, you don’t need to know nothing about JavaScript MVC frameworks. 10 lessons of tutorial and a bit of training will do that.
  3. In some projects, it takes the team at least a week to prepare an environment suitable for a given project. Angular JS has some plugins that enable easy generation of an Angular repository.
  4. It is very easy to test and very fast to discover where and when did you break something.
  5. Community support - When you will come across an issue in Angular JS and need some help, Stack Overflow users will struggle each other to be the first one who gives you an answer..

If you are not yet convinced, see this demo, which was developed in Angular JS.