Module 8 Introduction

Introduction to Module 8.0.

Project Source Code

Get the project source code below, and follow along with the lesson material.

Download Project Source Code

To set up the project on your local machine, please follow the directions provided in the README.md file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.

This lesson preview is part of the TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.

This video is available to students only
Unlock This Course

Get unlimited access to TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL, plus 70+ \newline books, guides and courses with the \newline Pro subscription.

Thumbnail for the \newline course TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL

We've spent a decent amount of time working with some of React's core hooks. We've seen how the "use state", "use effect" and "use reducer hooks" work. We've even created our own custom hooks as well, use query and use mutation. Though our custom hooks work well, there's probably a more robust way to conduct GraphQL requests. That's right, going forward, we'll be using Apollo Client to manage our GraphQL API requests. Apollo Client has intelligent caching and is being used in production applications today. React Apollo is the React implementation of Apollo Client. In this module, we'll create our own Apollo Client with the help of the Apollo Boost package. Use React Apollo's "use query" and use mutation hooks. Finally, we'll auto-generate type definitions from our GraphQL schema. (upbeat music)