At some point every front end developer comes to thought that in some cases using native JS can be preferential to jQuery due to performance overhead. Below is the list of articles I've recently came across that cover this topic.
- Short speed selector comparison: http://www.sitepoint.com/jquery-vs-raw-javascript-1-dom-forms/
- jsPerf speed comparison: http://jsperf.com/jquery-vs-javascript-performance-comparison/22
- this in DOM elements: http://stackoverflow.com/questions/4651923/when-to-use-vanilla-javascript-vs-jquery
- List of most used code snippets jQuery->Javascript : https://gist.github.com/liamcurry/2597326
- Bonus :) What is VanillaJS?: http://stackoverflow.com/questions/20435653/what-is-vanillajs and http://vanilla-js.com/ website
No comments:
Post a Comment