Cellular Automata, Screen Buffers, and Conway's Game of Life This module leads the reader through the creation of Conways's Game of Life in a React app. Objectives Learn about HTML canvas and screen buffers Learn about animating a canvas in a React component Learn about cellular automata and the Game of Life Projects Implement the Game of Life as a React canvas app