Module 2 Introduction

Introduction to Module 2.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

So far, we created a RESTful API to interact with our mock data. So what is this GraphQL thing? >> Well, GraphQL is a query language for APIs. GraphQL was originally created to help client-side applications dictate the data they need before they requested. We thought the best way to introduce GraphQL would be to compare a real REST and GraphQL API that achieves the same outcome. >> That's right. In this module, we will explain what GraphQL is, compare GitHub's REST and GitHub's GraphQL APIs. Finally, we'll dive deeper into the core concepts of GraphQL.