Show HN: Port of React Tic-Tac-Toe to Exoteric(github.com)3 points·by trustdragon·hace 5 años·1 commentsgithub.comShow HN: Port of React Tic-Tac-Toe to Exoterichttps://github.com/c9fe/exoteric-tic-tac-toe1 commentsPost comment[–]trustdragon·hace 5 añosreplyThis 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 POJOSome similarities:- Apart from the syntactic changes, the code is nearly identical- The number of SLOC is also identical
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