Completed
Cart component
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Typescript Project Tutorial - Shopping Cart
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Project Overview
- 4 Initial Components
- 5 App component
- 6 Header & Nav components
- 7 useCart Custom Hook
- 8 Footer component
- 9 Progress Preview
- 10 Products Data
- 11 useProducts Custom Hook
- 12 ProductList component
- 13 Product component Pt. 1
- 14 Dynamic Images with Vite & React
- 15 Product component Pt. 2
- 16 Products Provider & Cart Provider
- 17 Progress Preview
- 18 Cart component
- 19 CartLineItem component
- 20 Completed Project
- 21 Optimizing Cart Line Items
- 22 Optimizing Products