Explore all newline lessons
lesson
Introduction to Module 1TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLThis is an introduction to the work we'll be doing in Module 1.0.
lesson
Part One ConclusionTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLConclusion of Part I of the course.
lesson
How to Add Ant Design UI Framework to ReactTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLThroughout Part I of the course, we haven't made any changes to the presentation (i.e. CSS) of our client code. In this lesson, we'll introduce and use the Ant Design React UI framework to improve the appearance of our client application.
lesson
An Intro to CSS UI Frameworks With Ant DesignTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLIn this lesson, we discuss some of the benefits of using a React UI framework as well as the Ant Design UI library.
lesson
Module 8 SummaryTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLThis lesson is a summary of the work done in Module 8.0.
lesson
How to Autogenerate GraphQL Types With Apollo CLITinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLIn this lesson, we'll use Apollo tooling's command line interface to autogenerate static types for the GraphQL requests in our client application.
lesson
How to Replace useQuery and useMutation With Apollo HooksTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLWith the Apollo client available everywhere in our app, we'll replace the use of the custom useQuery and useMutation Hooks with the variations provided to us from the React Apollo library.
lesson
Build an Apollo Client With apollo-boost and GraphQLTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLTo use the React Apollo client library, we'll install and set up the Apollo client of our application with which we'll be doing in this lesson.
lesson
Module 7 SummaryTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLThis lesson is a summary of the work done in Module 7.0.
lesson
How to Use React's useReducer Hook to Handle StateTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLIn this lesson, we'll configure the useQuery and useMutation Hooks we've created to use another state management Hook to handle state. We'll use React's useReducer Hook.
lesson
How to Customize the React useMutation HookTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLIn this lesson, we'll create a custom useMutation Hook which will abstract the server fetch functionality needed to conduct a mutation from a component.
lesson
Customize GraphQL Errors with React useQuery HookTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLIn this lesson, we'll address how we can handle the loading and error state of our GraphQL queries with our custom useQuery Hook.