Wednesday, July 30, 2014

New JavaScript frameworks vs JQuery

JQuery

According to my knowledge jQuery is the best and stable javascript framework so far. If you are a student or a begginer who learning web development
I recomend you to learn core java script first and then move to jquery.

Installation and Helloworld

Advantage of jquery is most of jquery functions has very simple structure. So you dont need deep knowladge on core javascript. You'll become a professional
javascript developer in by time and you'll learn core javascript very quickly. Installation of jquery is very easy you can find everything you need from
w3schools  .I'm not going to teach you how to do this because you can find number of resources on web these days.


Cons of jquery so far

1. will add extra time to load your page.
2. You will depend on lot of third party plugins.
3. You will need to write more code lines than othe frameworks like angularjs.

Pros of jquery

1. Main thing is FREE. (jQUery, jQueryUI and jquery mobile)
2. Your code is more cleaner than angularjs code.
3. AJAX support.
4. jQUery works with most of old browser versions including internet explorer 7.
5. jquery has the top documentation and online community tutorials.

So my final recommendation for new coders is try to do your work with core java script first. If you need more functionality try jquery.

Happy coding fellows!







No comments:

Post a Comment