Premium Only Content
Using fetch to Retrieve Message Data for React App
The lecture goes over the use of fetch to retrieve data for the messages in a React application.
The Fetch API can be used to make an HTTP request to a backend server such as an API that serves data in the JSON format.
With a GET request, the default behavior of fetch, data for messages in a chat room-like user interface are retrieved.
The call to fetch returns a Promise that fulfills with a Response object.
You can extract the body of the response and interpret its text content as JSON, thus creating a JavaScript object with the mapped information. This is also known as deserialization or unmarshalling.
The json method of the response object can be called to extract the body of the response and read it as JSON, thus creating a JavaScript data structure with the data. In the example, it creates an array of objects.
Note the return value of the call to json is another Promise that fulfills with the deserialized value, so another call to then is necessary. Having multiple then statements in a row can be called a promise chain.
The map method of the array is used to transform it into another array with the relevant information.
The array of things that represent each message are then used to set the React state for messages.
-
2:34:04
DLDAfterDark
5 hours ago $0.05 earnedJust Another Tuesday - In Virginia - The Governor's Race & Glock Talk
26K4 -
3:21:38
The Charlie Kirk Show
8 hours agoJUDGMENT DAY 2025: The Election Results Stream
194K78 -
3:51:07
MattMorseTV
9 hours ago $0.77 earned🔴Election Day LIVE COVERAGE.🔴
95.8K46 -
1:16:51
Flyover Conservatives
1 day agoSHOCKING DATA REVEALS: Young Voters Are Done With the Old GOP - Mark Mitchell, Rasmussen Reports | FOC Show
40.5K17 -
1:15:28
Sarah Westall
8 hours agoGrooming is Protected and Encouraged by the System – Michelle Peterson and Mike Adamovich
34.2K10 -
4:00:13
Akademiks
6 hours agoKendrick tries to Flip the Bots on DRAKE? WHo Beats Jay z in a verzuz. Blueface finally free!
38.5K9 -
1:38:16
Professor Nez
11 hours ago🚨ELECTION NIGHT 2025 LIVE! Massive Upsets Brewing in New York, New Jersey & Virginia!
32.4K12 -
4:48:50
Due Dissidence
14 hours agoLIVE: ELECTION RESULTS From NYC, NJ, and VA - Trump Approval CRATERS, Kash's Private Jet CRASH OUT
51.3K23 -
12:50
Demons Row
7 hours ago $0.04 earnedBikers of New Jersey 💀🏍️ Pagans, Thunder Guards, and Thug Riders
25.1K6 -
42:31
Stephen Gardner
10 hours ago🔥Old Obama Video RESURFACES - His Own Words CONDEMNED Him! Trump Gains MASSIVE Momentum!!
32.7K34