1. Module Introduction
2. Understanding Http Requests in React
3. Understanding our Project and Introducing Axios
4. Creating Http Request to GET Data
5. Rendering Fetched Data to the Screen
6. Transforming Data
7. Making a Post Selectable
8. Fetching Data on Update (without Creating Infinite Loops)
9. POSTing Data to the Server
10. Sending a DELETE Request
12. Handling Errors Locally
13. Adding Interceptors to Execute Code Globally
14. Setting a Default Global Configuration for Axios
15. Creating and Using Axios Instances