Add Fetch API resources

pull/956/head
Kamran Ahmed 3 years ago
parent 712d65d0e6
commit 3f7d706f04
  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