Question

Which should I use jQuery vs VueJS

I’ve recently started watching VueJS as everyone has been saying it’s easier than jQuery( I watched some course on that as well). However I’ve been trying to build a testing application and hit some problems I couldn’t resolve using VueJS.

So my question is, is it okay to continue watching VueJS or point my time into learning jQuery?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

KFSys
Site Moderator
Site Moderator badge
January 3, 2020
Accepted Answer

Hi @Remdore,

As you most probably are aware, they do the same thing with some differences. With jQuery being available for more than 10 years around, it’s certainly proved it’s worth while VueJS is kinda new to the world however rightfully so has been gaining more and more fame for it’s speed and easiness of doing things.

I’ll recommend you to read this article of Schot.IO about Jquery and Vuejs : https://scotch.io/bar-talk/vuejs-vs-jquery-use-cases-and-comparison-with-examples

Here is a glimpse of it:

When to use jQuery jQuery can be used for multiple things. A lot of libraries and plugins require it because you can do simple things like alter an input’s value or get a div’s content to create amazing slideshows/galleries and wonderful animations.

When to use Vue.js Vue is suitable for small projects where you just want to add a little bit of reactivity, submit a form with AJAX, show the user a modal, display the value of an input as the user is typing, or many other similarly straightforward things. It’s scalable and also fantastic for huge project. This is why it’s referred to as the progressive framework.

Regards, KDSys

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.