Curious about jquery

So i been researching about jquery and so far I heard it’s not used anymore bc browser support is better now. But personally find jquery help a little. I was doing jquery in the front end very and find it more easier to use $() to get an element than needing to create variables for each element and document.getelementbyid for example is a lot typing just get a variable. Idk I just started using jquery so far n I find out really useful with not needing make variables. So how useful can jquery be today besides the browser problem which seems to not be an issue anymore ?

JQuery is largely used. It’s present on many websites. It’s just considered outdated to use in modern web development. Unless a need arises I’d advise you to go for more modern frameworks like React or Vue.

1 Like

There are some interesting articles, do google “is jquery still relevant”, “react vs jquery”.

1 Like