Which Javascript framework would you guys recommend to a newbie in programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which Javascript framework would you guys recommend to a newbie in programming?

I'm currently learning Vanilla JS, but in the Future I must learn some framework and I would like to know yours opnions.

23rd Sep 2020, 4:09 PM
Lyssa
Lyssa - avatar
2 Answers
+ 4
jquery IMO But if you are a beginner then you should stick with Vanilla JS (pure JS no framework) for now edit: Is jquery a framework or library? Answer:- https://stackoverflow.com/questions/7062775/is-jquery-a-javascript-library-or-framework#:~:text=Strictly%20speaking%2C%20jQuery%20is%20a,definition%20of%20a%20framework%20either.
23rd Sep 2020, 4:10 PM
Rohit
+ 1
jQuery is a library not a framework. Most of what jQuery does is now directly implemented in modern JavaScript. If you want to learn a framework that is beginner friendly and used in the industry, i'd suggest you to go for Vue js
23rd Sep 2020, 4:20 PM
CHMD
CHMD - avatar