This video is available to students only
Module 8 Introduction
Introduction to Module 8.0.
We've spent a decent amount of time working with some of React's core Hooks. We've seen how the useState
, useEffect
, and useReducer
Hooks work. We've even created our custom Hooks as well - useQuery
and useMutation
. Though our custom Hooks work well, there's probably a more robust way to conduct GraphQL requests.
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.
This page is a preview of TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL