fetch

4 - React Typescript Crash Course - Calling API & Fetching Data

0:00
↔️ ↕️

Timecodes:

hello again everyone so in the last

video we had a look on how

the states and react works and how they

use effects works in general but we need

to use those concepts to fetch our data

and use manipulate those data inside

inside our application

so to fetch the data we need to make a

call into that url and to this

um to this url i will make this bigger

so basically we need to

to call this url and fetch those data we

need to make a get request

so in order to do that we can use

something um some api

already imported inside react which is

fetch api so fetch api is like

it's like a http client

we can use in our application to make

http requests

so what we can call the fetch api


Related queries:


how to get data from api in typescript
how to fetch data from api in react typescript
how to fetch data from an api in angular
how to fetch an api in javascript
typescript fetch get example
web api fetch example
fetch api get example