parent
712d65d0e6
commit
3f7d706f04
1 changed files with 7 additions and 1 deletions
@ -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…
Reference in new issue