Introduction to Module 5

Introduction to Module 5.0.

This lesson preview is part of the TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL course and can be unlocked immediately with 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 with a single-time purchase.

Thumbnail for the \newline course TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL
  • [00:00 - 00:09] So far, we've been focusing on the server portion of our application. We created a server using Node and Express, and we set up a GraphQL API with the help of Apollo.

    [00:10 - 00:30] We also verified our GraphQL API's functionality using the GraphQL Playground. That's right, but we haven't been able to verify our GraphQL API works by querying this information from a client app, which is why in this module we're now switching over to the client portion of part one of the course.

    [00:31 - 00:46] In this module, we're going to introduce React, as the main tool will use to build our client application, and walk through Create React app to help scaffold a new Webpack bundled React application. (upbeat music)