This video is available to students only
Module 7 Introduction
Introduction to Module 7.0.
In the last module, we made our client have the ability to make requests to our API. However, we haven't been able to display any information in our UI just yet. In this module, we're going to use React Hooks to display data in our UI as well as handle our GraphQL API requests.
React Hooks are functions that allow components to hook into React specific features. In this module, we'll:
This page is a preview of TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL