Completed
) Switch
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn React by Building an eCommerce Site - Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Introduction
- 2 ) What is React
- 3 ) Understanding Components
- 4 ) Create New React App
- 5 ) React React App From Scratch
- 6 ) Load Bootstrap
- 7 ) Create React Components
- 8 ) Add CSS Styles
- 9 ) Add Bootstrap NavBar
- 10 ) Fix Error - DOM property class
- 11 ) Nested Components
- 12 ) Render Expressions
- 13 ) Handle Events
- 14 ) Update Component State
- 15 ) Render List
- 16 ) Render Conditionally
- 17 ) Render Methods
- 18 ) Render Images
- 19 ) Render CSS Styles
- 20 ) Render CSS Classes
- 21 ) Pass Event Arguments
- 22 ) Render Child Components
- 23 ) Props
- 24 ) Props vs State
- 25 ) Props.Children
- 26 ) Handle Child Events
- 27 ) Delete Child Components
- 28 ) Life Cycle Phases of Components
- 29 ) Mounting Phase
- 30 ) Updating Phase
- 31 ) Unmounting Phase
- 32 ) Life Cycle of Child Components
- 33 ) Error Handling Phase
- 34 ) Basic Form
- 35 ) Two-Way Binding
- 36 ) Form Submit Button
- 37 ) HTTP Requests
- 38 ) Async and Await
- 39 ) Login Form with HTTP Request
- 40 ) Basic Routing
- 41 ) "404" Page
- 42 ) Switch
- 43 ) Link