@[email protected] to [email protected] • 2 years agoIs jQuery still the go-to JS helper library?message-square41fedilinkarrow-up174
arrow-up174message-squareIs jQuery still the go-to JS helper library?@[email protected] to [email protected] • 2 years agomessage-square41fedilink
minus-squareMax-Plinkfedilink17•edit-22 years agoYep, 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-squareToRAlinkfedilinkEnglish6•edit-22 years agoYeah, 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.