MagnoliaMayhem@programming.dev to Programming@programming.dev · vor 1 JahrIs jQuery still the go-to JS helper library?message-squaremessage-square41fedilinkarrow-up174arrow-down12file-text
arrow-up172arrow-down1message-squareIs jQuery still the go-to JS helper library?MagnoliaMayhem@programming.dev to Programming@programming.dev · vor 1 Jahrmessage-square41fedilinkfile-text
minus-squareMax-P@lemmy.max-p.melinkfedilinkarrow-up17·edit-2vor 1 JahrYep, that’s definitely covered: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#supplying_request_options If you end up using a bundler and npm dependencies, axios is also pretty good and very popular HTTP client.
minus-squareLord_ToRA@lemmy.worldlinkfedilinkEnglisharrow-up6·edit-2vor 1 JahrYeah, Fetch is so much better than jQuery’s http API. And if you need something more than Fetch, then Axios is far superior.
Yep, that’s definitely covered: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#supplying_request_options
If you end up using a bundler and npm dependencies, axios is also pretty good and very popular HTTP client.
Yeah, Fetch is so much better than jQuery’s http API. And if you need something more than Fetch, then Axios is far superior.