A Series of Tic Tac Toe

Tic Tac Toe: React, TypeScript, XState, fp-ts & CSS Grid

Part I

Edgar Rodríguez
JavaScript in Plain English
9 min readOct 16, 2020

--

Hi! I’m exploring technology with the simplest domain I could think of, Tic Tac Toe, check the series out:

  1. Tic Tac Toe: React, TypeScript, XState, fp-ts & CSS Grid (this article) — Español
  2. HTML Canvas is fire — Español

In this article, we’ll build Tic Tac Toe with React, Typescript, XState, fp-ts and CSS Grid.

0. Prerequisites

--

--