Http Requests
In a typical web application, client makes a http request through browser and server sends html page in the response with data. But in a single page application (SPA), we have only one page and whenever client makes http request to server it generally responses with a json/xml formatted data. For making http request we have some of the options − Browser native Fetch API, Axios, Superagent, Got, etc. In this series we'll be focusing on Fetch API & Axios.js
Loading video...
Http Request in React (in Hindi)
Concepts
1

Http Request in React (in Hindi)
2

Fetch data using Fetch API in React (in Hindi)
3

Submit a form using Fetch API in React (POST request) (in Hindi)
4

GET & POST requests using Axios in React (in Hindi)
Watch the full video to earn 3
Quizzes
1
Which of the following are HTTP methods?
Question 1 of 3
1
per question2
Which is the correct way to get data from URL using fetch API in React?
Question 1 of 3
1
per question3
Which hook is most preferred to fetch data from URL?
Question 1 of 3
1
per question