+ 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.
1 Respuesta
+ 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