Pulling in Data for the App

Learn how to efficiently fetch and manage data throughout your app, utilizing React Context to avoid prop drilling and ensuring smooth data flow in a complex application structure.

Let’s fetch some data and use some state!

Fetching the users data

We’ll start with fetching the list of users. This list contains user IDs and links to user avatars. Our API depends on us to manage the user avatars everywhere in the app and passes them in this one endpoint only.

Get hands-on with 1200+ tech skills courses.