Request

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 3

PART-87

How to Make a GET


Request In AXIOS
REACT
PRESENTER: MOHAMMAD ADIL
Humble Request REACT

Adil Vlogs

Techno Verse YT

Heavenly Delicious
How to Make a GET Request REACT

• To fetch data or retrieve it, make a GET request.


• First, you're going to make a request for individual posts. If you look at
the endpoint, you are getting the first post from the /posts API

• API
• https://jsonplaceholder.typicode.com/posts/1
• https://jsonplaceholder.typicode.com/posts

You might also like