Client-Side GraphQL in React

Client-Side GraphQL in React

Learning Paths:
2 hours, 53 minutes CC

Learn to use GraphQL on the client-side using React with Apollo Client. In this course, you'll use queries and mutations to fetch and update GraphQL API data. You'll go further with variables, inputs, aliases on fields. Then attach your queries and mutations to React and interact with an Apollo Server using React hooks to build amazing things with React and GraphQL!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: December 3, 2019
Get Unlimited Access Now
Table of Contents

Introduction

GraphQL Basics

Apollo React

Caching

Optimistic UI

Directives & Fragments

Wrapping Up