Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://image.mux.com/K00asDWQElzJvaJiJ6ZAWefyn1SlWWJ00GLjlAvhfeNmU/thumbnail.png?time=0

lesson

Building a Filter Component with shadcn/uiSleek Next.JS Applications with shadcn/ui

Learn how to compose multiple components to create a new one, such as building a filter component.

https://embed-ssl.wistia.com/deliveries/e411089a79eb6225833ecea28953de84d60bff0c.jpg

lesson

Adding Search FiltersThe newline Guide to Fullstack ASP.NET Core and React

In this lesson, we're going to add search filters

Avatar Image
https://embed-ssl.wistia.com/deliveries/517d63be26112d2cd12d9b689bb6e14e65e7dd91.jpg

lesson

Adding Filter Feature to the APIThe newline Guide to Fullstack ASP.NET Core and React

In this lesson, we're going to add filter feature to our API

Avatar Image
https://embed-ssl.wistia.com/deliveries/96d1707432a7652eb06e390cc27f67e0.jpg

lesson

Building Filters and Pagination in React [with examples]TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

At this point, we have a page displayed in the `/listings/location?` route that surfaces up to eight different listing cards for listings that exist in certain locations. In this lesson, we'll create the capability for a user to filter and paginate the information presented to them in the listings page.

https://embed-ssl.wistia.com/deliveries/d138f94e6ce4ec0875fb7533ac45777f.jpg

lesson

Sort GraphQL Data And Display Filtered Results in ReactTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

Our homepage is mostly prepared except for displaying the most premium (i.e. highest price) listings. In this lesson, we'll look to make the query we'll need to retrieve the highest priced listings from our server and display that information on our homepage.

https://embed-ssl.wistia.com/deliveries/3700451a72b2798800f3e1c5f124d502.jpg

lesson

Building a GraphQL Resolver For Filtered and Sorted ResultsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

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

https://embed-ssl.wistia.com/deliveries/935472e7f14390e2ab1e4bb181fb7723.jpg

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.