Tic tac toe across various languages and frameworks. For learning and much good.
- Reasonml version
- 00-a-vanilla has a no-frills version. Very simple. No webpack, no webserver. Open the index.html file. All others start with
npm start
. - 00-b-faux-react is not using React but has a render(), setState() methods
- React and Redux versions were made w/o CLIs
- Vue, ng versions were made with CLIs