AngularJS – Really SuperHeroic JavaScipt

Updated on 30th Aug, 2014 - AngularJS 1.3.0-rc.0 is Out.

The day Apple said it will not support plugins like Flash Player, Silverlight for its iOS based devices, new revolution

[caption id="attachment_16018" align="alignleft" width="283"]AngularJS Logo AngularJS Logo[/caption]

started giving momentum to HTML5 and in turn JavaScript.  And JavaScript has evolved a lot in recent years. Hundreds of libraries and framework are now in market to work with it. Till I can remember, jQuery was the first which became popular for its simple DOM manipulation APIs and excellent cross browser support. Then started coming up lot of other javascript utilities covering various patterns of javascript usage.  One of them was data-binding and templating , leading  to SPAs

The first one I came across  was KnockoutJS – It was really simple and great in terms of getting MVC(or MVVM) pattern with HTML/Javascript, but some how I was not happy with its “ko.observable” code and started looking for alternates. And came across AngularJS – simply Awesome and really Super Heroic.

 

AngularJS By Google – In true sense Superheroic JavaScript MVW Framework. It just took me away. Now I am really in love with it. Though it has stiff learning curve, but in real sense it’s a Framework. The more I go deep into it the more and more I am becoming fan of it.

 

[caption id="attachment_16017" align="alignright" width="300"]AngularJS By Google Logo AngularJS By Google Logo[/caption]

Why AngularJS?

HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

Other frameworks deal with HTML’s shortcomings by either abstracting away HTML, CSS, and/or JavaScript or by providing an imperative way for manipulating the DOM. Neither of these address the root problem that HTML was not designed for dynamic views.

AngularJS is a toolset for building the framework most suited to your application development. It is fully extensible and works well with other libraries. Every feature can be modified or replaced to suit your unique development workflow and feature needs. Read on to find out how.

Unlike other frameworks, there is no need to inherit from proprietary types; to wrap the model in accessors methods. Just plain old JavaScript here. This makes your code easy to test, maintain, reuse, and again free from boilerplate.

https://twitter.com/pbdesk/status/469149468420755456