-
Course
- Core Tech
Calling APIs with React 17
This course will teach you everything about calling APIs from your React app.
What you'll learn
Single-page applications commonly use APIs to retrieve data from the server. In this course, Calling APIs with React, you’ll learn to use React to communicate with APIs. First, you’ll explore how to send HTTP requests and use the results from React. Next, you’ll discover more advanced mechanisms to call APIs, such as React Query and SWR. Finally, you’ll see how to test your APIs and use proper error handling. When you’re finished with this course, you’ll have the skills and knowledge of React needed to work with APIs.
Table of contents
- Version Check | 15s
- Introduction | 52s
- API Workflow | 2m 19s
- Prerequisites | 2m 24s
- Globoticket Site | 3m 5s
- Touring the Site's Code | 9m 48s
- Touring the API Code | 5m 31s
- React Lifecycle | 2m 14s
- JavaScript HTTP Request Options | 2m 59s
- Fetch API | 4m 34s
- Using the Events API | 2m 39s
- Using the Shopping Cart API | 7m 32s
About the author
Christian Wenz is an author, consultant and trainer focusing on web technologies. He wrote or co-wrote over 100 books, is a fixture at international developer conferences since 2001, is a Microsoft Most Valuable Professional (MVP) for ASP.NET, an ASPInsiders member, and main author of the Zend PHP 5.5 certification.
More Courses by Christian