What's your favorite and preferred JavaScript Library and why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

2nd May 2017, 3:32 AM
Benjamin Broestl
Benjamin Broestl - avatar
3 Answers
+ 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)
2nd May 2017, 4:30 AM
Wisdom Abioye
Wisdom Abioye - avatar
+ 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.
2nd May 2017, 3:34 AM
Nithiwat
Nithiwat - avatar
+ 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.
2nd May 2017, 3:39 AM
Welliton Malta
Welliton Malta - avatar