Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Axios API Requests - Axios with React JS Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome and Tutorial Outline
- 3 JSON Server set up
- 4 Installing Axios
- 5 Setting a baseURL for Axios
- 6 Starting JSON Server
- 7 Starting the React app
- 8 Import the Axios API
- 9 Fetching data with Axios
- 10 Posting data with Axios
- 11 Deleting data with Axios
- 12 Building the handleEdit update function
- 13 Creating the EditPost component
- 14 Adding a Route for the EditPost component
- 15 One more addition to the EditPost component
- 16 Adding an Edit Post button to the PostPage component
- 17 Importing EditPost and testing functionality
- 18 Small CSS Changes