joypoddar / react-http

Codevolution React-HTTP tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download axios package by using npm install axios

Tutorial 41: HTTP and React

When we are building web app at some point we need the app to communicate with the server. React is not concerned with the server side of the development process. We do that using HTTP library. We will be using the axios package for the purpose.

Tutorial 42: HTTP GET Request

We will learn how to make a GET request using axios and render the fetched data in our react component. Here we will be using {JSON} Placeholder which serves as our API endpoint.

Tutorial 43: HTTP Post Request

Follow the video

About

Codevolution React-HTTP tutorial


Languages

Language:HTML 69.8%Language:CSS 19.3%Language:JavaScript 10.9%