A Concrete Guide to JavaScript Fetch API (#1400)

Talks about the JavaScript Fetch API and how to use it to make asynchronous HTTP requests. This post goes through Sending a Request to Handling the status codes of the Response. Extremely beginner-friendly, easy-to-understand examples.
pull/1657/head
Sojin 2 years ago committed by GitHub
parent afa019987b
commit d1b36b46d4
  1. 1
      content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md

@ -4,5 +4,6 @@ Ajax is the technique that lets us send and receive the data asynchronously from
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API'>Fetch API MDN Docs</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.javascripttutorial.net/javascript-fetch-api/'>A Simple Guide to JavaScript Fetch API</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://web.dev/introduction-to-fetch/'>Introduction to Fetch</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=-ZI0ea5O2oA'>JavaScript Fetch API</BadgeLink>

Loading…
Cancel
Save