Nice article. Just keep in mind that jquery is not your weapon of choice nowadays for website creation. Choose a good framework and work with it unless you are just building a proof of concept!
You are viewing a single comment's thread from:
Nice article. Just keep in mind that jquery is not your weapon of choice nowadays for website creation. Choose a good framework and work with it unless you are just building a proof of concept!
True, jQuery as an animation tool is surpassed by GSAP by factor 1,000 or so, using ES6 jQuery's selector features are somewhat less useful as they were before, and correct, frameworks like Angular and React are far better choices as far as I'm concerned as well. But I mentioned jQuery as an entrance-point for beginners, that's the main group the article is intended for.