What is vue js for? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is vue js for?

I am a beginner in js. I have heard of jquery, vanilla js, react js, vue js and node js.😅😅May be there will be many more. So, i am confused what these are for and will one need to command all.

26th Dec 2018, 8:28 AM
Suzan
Suzan - avatar
1 Answer
+ 7
Jquery is a library written in js, for make more easy common situations in client js develepment. Vanilla js is nothing more that synonymous of pure javascript. React and Vue are frameworks that help you to build web apps using some standard patterns like MVC, easy ui-proprierties binding and more. Node.js is fundamentally server side javascript. It allow you to build servers and use many js library/frameworks from his rich ecosystem. I suggest you to use google for deep and better info
26th Dec 2018, 8:43 AM
KrOW
KrOW - avatar