A PureScript port of the official reactjs.org documentation's Tutorial: Intro to React example.
The browser will display a functioning tic-tac-toe game that:
- Indicates when a player has won the game,
- Stores a game’s history as a game progresses,
- Allows players to review a game’s history and see previous versions of a game’s board.