Tic Tac Toe in React
This tutorial shows my approach to tic tac toe, and the problem of determining who won. The project is written in React. In this instance I instantiated the project using the ever-useful create-react-app
.
For the purposes of this article I’ll just point out the key parts of the app, but you can find the entire source code on Github.