Tags
    Author
      Technology
        Rating
        Pricing
        Sort By
        Video
        Results To Show
        Jing Chen
        Highest Rated
        Most Popular
        Most Recent
        Reset
        https://image.mux.com/sKpUAJoPyppVLkbaDNvas6ZbqxHyfHtukF6P4U8agBE/thumbnail.png?time=0

        lesson

        How to Disconnect and Remove a Client's Stripe AccountTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

        We've managed to create the functionality to have a logged-in user in our app connect with Stripe. In this lesson, we'll look to visually indicate that the user is in the connected state and have an action responsible for allowing the user to disconnect from Stripe.

        https://image.mux.com/wpOOIK01GrQoTSQnJF7pnTp5ksbND2h01Mg1Pi6w01Spsk/thumbnail.png?time=0

        lesson

        Adding Connect with Stripe to a React AppTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

        We'll switch over to work in our React application and have it communicate with the server to allow a user to connect with their Stripe account on our platform.

        https://image.mux.com/00ZAbX21Rh1s5jlVIzF1q3qYrWajpNkG5qjPnQLpnuS00/thumbnail.png?time=0

        lesson

        Integrating the Stripe NPM Library With React and GraphQLTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

        We'll continue to update the GraphQL resolver functions we've prepared to allow users to connect & disconnect from Stripe in our application.

        https://image.mux.com/qiU6JL18qPESJCjAfY8RiAaBybQHdCv6BDBsNx6AVhU/thumbnail.png?time=0

        lesson

        Building a GraphQL Schema for Stripe Connect IntegrationTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

        We'll begin creating the GraphQL fields that we'll need to help us establish Stripe Connect OAuth in our application.

        https://image.mux.com/yKSTHaNcnGM2Gj8nF7u72rh7CUQSsGBqrIZg7FFRrY00/thumbnail.png?time=0

        lesson

        How to Get Stripe Connect OAuth Credentials for PaymentsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

        When a user in our application plans to host a listing, we'll need to ensure they've connected to their own Stripe account through our Stripe platform account. This is to leverage Stripe Connect's capability to pay the users who have listings in our app when a booking is made. In this lesson, we'll set up the credentials we'll need from Stripe and save them as environment variables for both our server and client projects.

        https://image.mux.com/WISDguqKJ6lhyeY01HF4MAMumWaqbBhYj8eZhWupXyFk/thumbnail.png?time=0

        lesson

        Building a Payment Platform With Stripe and Stripe ConnectTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

        It's finally time we talk about payments! The business model of TinyHouse is an online marketplace where users can host and book listings. In this lesson, we'll learn about how we intend to have TinyHouse be a marketplace by using the third-party payment platform - Stripe.

        https://image.mux.com/8Z9008lsV01XGX7aLCQH5S9lcze00G8ypwy91UPcATXjyU/thumbnail.png?time=0

        lesson

        How to Index Location Search Results With MongoDB IndexesTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

        At this moment in time, we've introduced the capability to have our client application query for listing documents for different locations. In this lesson, we'll investigate and discuss indexes within MongoDB and see how can index location-based data from the "listings" collection in our database.

        https://image.mux.com/YvofJ00F1B6uP4F2ay01yed2LFywr4NbtAOqKcVlLmmRI/thumbnail.png?time=0

        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://image.mux.com/XJrTfMORWy4WwYlAiUfJMf5NlohnE4hXH3x6si6KTRk/thumbnail.png?time=0

        lesson

        Building a Location-Based Listings Search Page in ReactTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

        With our `listings` field in our GraphQL API prepared to accept a `location` argument, we'll begin to work on the client app to build the `/listings/:location?` page for where certain listings can be shown for specific locations.