Module 8 Introduction

This is an introduction to the work we'll be doing in 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 - 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 off what we've done in the previous module, but provide the capability for the client to query for a list of listing objects from the server. The reason being is that we'll use this information to surface the four highest priced listings, or in other words, the premium listings in our home page of the client's application. We'll update our API to allow users to request data for multiple listings at the same time. We'll also build the UI for our home page, and finally, we'll see how we can apply a filter to our API requests to fetch the highest priced listings. (upbeat music)