Just finished up the project for creating Conway’s Game of Life using React. I had some trouble making the game run at a good speed especially when the game board got larger. I tried 4 or 5 different refactors to make things more efficient and I think I’ve finally got something I’m happy with.
I would love some feedback or any other thoughts/comments, so let me know what you thing!
Here’s the link to the project on CodePen: Conway’s Game of Life