Total Pageviews

Thursday 28 April 2016

Hot Topic :: AngularJs vs jQuery


Its been a while when AngularJs came into the market and changing the era of browser based application development. Its already being liking by the developers and clients.

Before AngularJs :

  1. jQuery is used to manipulate and control DOM elements and also it solved the problems with IE , AJAX and made easier to deal with DOM elements.
  2. jQuery is a library mainly used for animation and AJAX.
  3. It’s lightweight and fast.
  4. Using this we can apply styles to UI to make UI attractive.
  5. As we know it’s a library so we can fully/partially or can no use inside our application.
  6. For creating a website jQuery is enough alone.
  7. It becomes complex when the size of project increases.
  8. To build a normal web app with less view and less user interactivity, should use jQuery.
After AngularJs :

  1.       AngularJs is a framework so while using it one should follow the rules of framework.
  2.      Used to create Single Page applications with lots of interactivity.
  3.          It’s a MVVM framework.
  4.          Its having 2 way data binding.
  5.          Containing directives to enhance DOM elements, built in as well as custom.
  6.          It is modular.
  7.          All features of jQuery is embedded in Angular called jqLite.
However, both are comes with a very different ideology. So there is no sense to compare them.
Still there is a brief difference i have written above to make few things clear about both.


3 comments:

  1. Just wish to say your article is as astounding. The clearness in your submit is just excellent and i can suppose you’re knowledgeable in this subject. Well along with your permission allow me to take hold of your RSS feed to stay upto date with drawing close post.
    Learn AngularJS

    ReplyDelete
  2. coding for kids When your website or blog goes live for the first time, it is exciting. That is until you realize no one but you and your.

    ReplyDelete

Microsoft Logo using flexbox and Reactjs

 <!DOCTYPE html> <html> <head>     <script src="https://unpkg.com/react@18/umd/react.development.js" crossori...