Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Create an eCommerce Store with Next.js and Stripe Checkout, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:20
    Create a New React Application with the Next.js create-next-app CLI
  • Урок 2. 00:04:31
    Add and Style a Grid of Products with Images in a Next.js React App
  • Урок 3. 00:01:50
    Add and Configure Products in the Stripe Dashboard for an Online Store
  • Урок 4. 00:03:33
    Dynamically Manage a Grid of Products in an Online Store with a JSON Document
  • Урок 5. 00:04:17
    Host & Deploy a Next.js React App on Vercel imported from GitHub
  • Урок 6. 00:01:11
    Configure a Stripe Checkout Domain for Client-Only Integration
  • Урок 7. 00:03:00
    Add a Stripe API Key as an Environment Variable in Next.js & Vercel
  • Урок 8. 00:05:10
    Integrate Stripe Checkout to Purchase Products in Next.js with Stripe @stripe/stripe-js Cl
  • Урок 9. 00:10:08
    Create a Shopping Cart with the useState React Hook to Manage Product Quantity and Total
  • Урок 10. 00:04:56
    Create a Custom React Hook to Manage Cart State
  • Урок 11. 00:05:07
    Use the React Context API to Globally Manage Cart State in a Next.js App
  • Урок 12. 00:03:35
    Store and Load Cart State from Local Storage to Persist Cart Data When Reloading the Page
  • Урок 13. 00:06:27
    Use Next.js Dynamic Routes to Create Product Pages for an Online Store
  • Урок 14. 00:04:14
    Create a Shopping Cart Page to Manage Products to Purchase in a Next.js App
  • Урок 15. 00:05:21
    Add a Quantity Input to the Cart Page to Add or Remove Items from a Shopping Cart in Next