+ 5
What's your favorite and preferred JavaScript Library and why?
I personally love jQuery but have yet to try the Javascript frameworks or other alternatives to jQuery. Do you prefer Node.js? Vue.js, the newer Svelte, Conditioner.js, Angular.2? Any recommendations on the best one to try? For a certain usage scenario, what are your personal favorites and why?
3 Réponses
+ 16
I like jQuery library, in fact I use it often in projects because it make life easier with Javascript.
Favourite framework include...
Reactjs
Angularjs
Meteorjs
Nodejs is not a framework (is Javascript on the server side)
+ 9
jQuery because it's fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and much simpler with an easy-to-use.
+ 2
Personally, p5.js. it allows me to make animations/games using canvas much simpler. It's great for visual interaction, and very easy to use too.