Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Build a Booking Form With React and GraphQL

lesson

Build a Booking Form With React and GraphQLTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this lesson, we'll finish up our client update for the listing page by creating the component where a user will eventually use to book for a listing.

Build a Grid Column Layout with Ant Design in React

lesson

Build a Grid Column Layout with Ant Design in ReactTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this lesson, we'll continue to build the listing page in our client application by looking to prepare the `<ListingDetails />` and `<ListingBookings />` components.

How to Query for GraphQL Data With Limits and Filters

lesson

How to Query for GraphQL Data With Limits and FiltersTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

With our `listing` query now prepared and available in our GraphQL API, we'll begin building the page shown in the `/listing/:id` route of our client app.

Building a GraphQL Resolver For Specific Fields

lesson

Building a GraphQL Resolver For Specific FieldsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

With the root-level `listing` field prepared in our GraphQL API, we'll construct the resolver function for this field to attempt to query for the appropriate listing from the "listings" collection in our database.

Requesting a Single Set of GraphQL Fields

lesson

Requesting a Single Set of GraphQL FieldsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this module, we begin building the server and client implementation that will help allow us to retrieve and display information for listings in our application. We'll begin by brainstorming the GraphQL fields we'll need to query listing data.

Build User Profile Pages With GraphQL, Ant Design, & Apollo

lesson

Build User Profile Pages With GraphQL, Ant Design, & ApolloTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this lesson, we'll continue to build the user page in our client application by looking to query and present a paginated list of listings and bookings for a certain user.

How to Build a UserProfile Component With React and GraphQL

lesson

How to Build a UserProfile Component With React and GraphQLTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

With our `user` query now prepared and available in our GraphQL API, we'll begin building the page shown in the `/user/:id` route of our client app.

How to Build Paginating GraphQL Resolvers [with examples]

lesson

How to Build Paginating GraphQL Resolvers [with examples]TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

With the GraphQL type definitions established for the root-level user query, in this lesson we'll modify the resolver function we have to help query for a certain user.

How to Modify GraphQL Type Definitions to Support TypeScript

lesson

How to Modify GraphQL Type Definitions to Support TypeScriptTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this lesson, we'll modify the User, Listing, and Booking GraphQL type definitions that are relevant to the user information we want to query from the database.