Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
How to Optimize a React Date Picker

lesson

How to Optimize a React Date PickerTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

We'll discuss a few small changes that can be made to optimize the date pickers for when a user is to book a certain listing.

Building a React Search Bar in the App Header

lesson

Building a React Search Bar in the App HeaderTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this lesson, we'll work on something slightly related to the `/listings/:location?` page and is a big factor of our app. We'll be working on the search input that we'll place in the app header that will allow users to search for listings in a location while within any part of our app.

How To Go Through The Course

lesson

How To Go Through The CourseTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

The structure of the course, the material available, and how best to go through the course in Part II.

How to Use the Stripe Deauthorize Function in React

lesson

How to Use the Stripe Deauthorize Function in ReactTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

We'll discuss a small change that can be made to fully disconnect a user from our Stripe Connect account when they've disconnected from Stripe in our app.

How to Customize React Router Hooks

lesson

How to Customize React Router HooksTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

We'll discuss the small changes that can be made to use some of the new Hooks that React Router provides.

Automatically Scroll to Top of Page With React useLayoutEffect

lesson

Automatically Scroll to Top of Page With React useLayoutEffectTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

We'll see how React's useLayoutEffect Hook can help have our application window be scrolled to the top when we navigate from page to page.

How to Customize Apollo Client Caching and Fetch Policy

lesson

How to Customize Apollo Client Caching and Fetch PolicyTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

We discuss Apollo Client's intelligent caching system and ways one can manipulate the fetch policy of query requests.

Build a Custom 404 Not Found Page With React Router

lesson

Build a Custom 404 Not Found Page With React RouterTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this lesson, we build the UI for the NotFound page shown when a user ever navigates to a route not defined in our app.