Explore all newline lessons
lesson
How to Optimize a React Date PickerTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoWe'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.
lesson
Building a React Search Bar in the App HeaderTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn 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.
lesson
How To Go Through The CourseTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoThe structure of the course, the material available, and how best to go through the course in Part II.
lesson
Part Two ConclusionTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoConclusion of Part II of the course.
lesson
How to Use the Stripe Deauthorize Function in ReactTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoWe'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.
lesson
How to Customize React Router HooksTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoWe'll discuss the small changes that can be made to use some of the new Hooks that React Router provides.
lesson
Automatically Scroll to Top of Page With React useLayoutEffectTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoWe'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.
lesson
How to Customize Apollo Client Caching and Fetch PolicyTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoWe discuss Apollo Client's intelligent caching system and ways one can manipulate the fetch policy of query requests.
lesson
Build a Custom 404 Not Found Page With React RouterTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part TwoIn this lesson, we build the UI for the NotFound page shown when a user ever navigates to a route not defined in our app.