Comment on Is jQuery still the go-to JS helper library?

lemann@lemmy.one ⁨11⁩ ⁨months⁩ ago

A lot of jQuery’s features are now available in native JS - would also suggest just using native JS anyway because jQuery won’t throw any errors into the console if a selector matches no elements etc.

The only additional library I’ve needed recently for (personal work) is Axios for requests - easier than working with the Fetch API in some cases

source
Sort:hotnewtop