Update 18_fetch_axios.md

sentence changed so it makes more sense
pull/320/head
zeref31 2 years ago committed by GitHub
parent 8b41cd49c3
commit 2a75e2903b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -277,8 +277,7 @@ ReactDOM.render(<App />, rootElement)
Now, let's see how to do the same API call using axios. Now, let's see how to do the same API call using axios.
How can do fetch if we have multiple API two call ? How can we fetch if we have multiple API calls?
## Axios ## Axios
Axios is a third party package and we need to install it using npm. It is the most popular way to make HTTP requests(GET, POST, PUT, PATCH, DELETE). In this example, we will cover only a get request. Axios is a third party package and we need to install it using npm. It is the most popular way to make HTTP requests(GET, POST, PUT, PATCH, DELETE). In this example, we will cover only a get request.

Loading…
Cancel
Save