Module 6 Introduction

This is an introduction to the work we'll be doing in Module 6.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 - Part Two 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 - Part Two, 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 - Part Two

In this module, we'll build the user page. The user pages will show user profile information, as well as the listings they host. In addition, when a user views their own user page, they will be able to see the sensitive booking information only available to them. In this module, we'll create the GraphQL field in our API to query information for a certain user from the user's collection. We'll build our GraphQL Resolver functions to resolve the data for the certain fields we want returned for a single user. We'll discuss the difference between offset and cursor-based pagination, and we'll implement offset-based pagination for a few fields in our user Graph QL objects. Finally, we'll build the UI of the user page in our client. (soothing music)