This quick course will teach you to build the classic Tic Tac Toe game using modern React and React Hooks.
Overview
Syllabus
- Build Tic Tac Toe with React Hooks
- 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
- 12. Congratulations on completing Build Tic Tac Toe with React Hooks ðª