From 3f7d706f047274671b08f2c3652ffcaa4a2eb944 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 11 Dec 2021 00:19:14 +0100 Subject: [PATCH] Add Fetch API resources --- .../103-javascript/102-learn-fetch-api-ajax-xhr.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md b/content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md index ba04d1605..6c80398a9 100644 --- a/content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md +++ b/content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md @@ -1 +1,7 @@ -# Learn fetch api ajax xhr \ No newline at end of file +# 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. + +Free Content +Fetch API MDN Docs +JavaScript Fetch API