Add Fetch API resources

pull/1657/head
Kamran Ahmed 3 years ago
parent fe367f4fda
commit 69c0f2d20e
  1. 8
      content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md

@ -1 +1,7 @@
# Learn fetch api ajax xhr
# Fetch API
Ajax is the technique that lets us send and receive the data asynchronously from the servers e.g. updaing the user profile or asynchronously fetch the list of searched products without reloading the page.
<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='Watch' href='https://www.youtube.com/watch?v=-ZI0ea5O2oA'>JavaScript Fetch API</BadgeLink>

Loading…
Cancel
Save