Based on React Tutorial: Intro to React
Code is transpiled from Python to JavaScript using Transcrypt
pip install transcrypt
To build with non-minified js and python source maps:
transcrypt --nomin --build --map tictacreact.py
Live demo currently hosted here: https://tictacreact.jennasys.com
A refactored version of this demo that uses functional components and React hooks is here: https://github.com/JennaSys/tictacreact2