Search⌘ K
AI Features

Introduction: Interaction with RESTful APIs

Explore how to interact securely with RESTful APIs in your React frontend. Understand using fetch for unauthenticated data, integrating Auth0 for user sign-in, and handling access tokens to control authenticated operations while managing state effectively.

We'll cover the following...

Overview

Having completed our REST API, it's now time to interact with it in our React frontend app. We will start by interacting with the unauthenticated endpoints to get questions by using the ...