DylanSp / tic-tac-toe-react

A simple client-side Tic-Tac-Toe app for learning/practicing React.
MIT License
0 stars 1 forks source link

Convert classes to functional components #40

Open DylanSp opened 2 years ago

DylanSp commented 2 years ago

Do before https://github.com/DylanSp/tic-tac-toe-react/issues/39 - just do a naive conversion from class components to function components.