Live data from Hacker News

Show HN: Port of React Tic-Tac-Toe to Exoteric

github.com

1–2 of 2 posts

Re: Show HN: Port of React Tic-Tac-Toe to Exoteric

#2
This is a port of the ReactJS tic-tac-toe example from the intro to React tutorial.

Some changes:

- Classes are removed and replaced with functions

- JSX markup is replaced with standard HTML

- State is POJO

Some similarities:

- Apart from the syntactic changes, the code is nearly identical

- The number of SLOC is also identical