9.0 Lesson
- Intro
- Understanding HTTP Request in React
- Understanding our Project and Introducing Axios
- Creating a HTTP Request to GET Data
- Rendering Fetched Data to the Screen
- Transforming Data
- Making a Post Selectable
- Fetching Data on Update (without Creating Infinite Loops)
- POSTing Data to the Server
- Sending a DELETE Request
- Fixing a Bug
- Handling Errors Locally
- Adding Interceptors to Execute Code Globally
- Removing Interceptors
- Setting a Default Global Configuration for Axios
- Creating and Using Axios Instances
- Wrap Up
- Useful Resources & Links