Conway's Game of Life in React Written as an exercise in dealing with state in React without using setState or any other state management framework. See it in action here. Installation Clone the repo $ yarn && yarn start Point your browser to localhost:3000