+ 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.
2 odpowiedzi
+ 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.
+ 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