Completed
- What's next?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Consume an API in React - useEffect, useState, Fetch
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Setup
- 3 - Creating our Component
- 4 - Requesting Data from the API
- 5 - useEffect
- 6 - useState
- 7 - Render JavaScript in HTML
- 8 - Quick review
- 9 - Create a button
- 10 - UseEffect dependency array
- 11 - Wire up our button onClick
- 12 - Check if loading
- 13 - Using an array in state
- 14 - using map to display in a loop
- 15 - Only show loading at first
- 16 - Conditionally disable button
- 17 - What's next?