sidrakhandev / tic-tac-toe-deep-dive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tic Tac Toe Game

This is a practice repository for mastering crucial and advanced concepts in React by building a Tic Tac Toe game, following industry standards.

Concepts Covered

  • Components splitting using feature & state
  • Forwarding props
  • Multiple JSX slots
  • Creating flexible components
  • User input & two-way binding
  • Rendering multi-dimensional lists
  • Lifting state up
  • Prefer computed values & avoid unnecessary state management
  • Deriving State From Props
  • Deriving Computed Values From Other Computed Values

Screenshots or GIFs

image image image image

About


Languages

Language:JavaScript 49.9%Language:CSS 46.2%Language:HTML 3.9%