DEV Community

Cover image for How to Make HTTP Requests In React
Oyetoke Toby
Oyetoke Toby

Posted on

How to Make HTTP Requests In React

We often make HTTP requests to an API endpoint or server to get data, for instance, user data, using various methods. This is a common task in web development, and in this video, I will be showing you how to do that.

We'll be using Indreed API in this video, which is a free job search as a service built on Python.

There are many ways to send HTTP requests either using the native Javascript APIs or using a library that reduces the steps you take to send a request with the native API.

Lets get started...

Top comments (3)

Collapse
 
ahmedalalmi profile image
Ahmed Elalmi

Your work is good but the video is too long to discuss these topics.

Collapse
 
oyetoket profile image
Oyetoke Toby

Well, these videos are targeted at new react devs and I really can't speed up the coding.

Collapse
 
ahmedalalmi profile image
Ahmed Elalmi

Great idea, but if you provide the source code for beginners that's will be very good to save and understand it.

good job my friend :)