Completed
- Square Component & destructuring props
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Hooks Tutorial - Build a Tic-Tac-Toe Game - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Scaffolding Components
- 3 - Square Component & destructuring props
- 4 - Board Component and scaffolding functions
- 5 - Square Styling
- 6 - Board Styling
- 7 - calculateWinner function explained
- 8 - Create states and fill with initial data
- 9 - Create the handleClick function
- 10 - renderMoves function and the last JSX
- 11 - BONUS: Implement Time Travel