cellular-automata-react
Cellular Automata grid component capable of running your own automata variants, includes a library containing Conways game of life preset and its methods.
gameoflifebuilder
This is a Javascript with TypeScript support library that implements Conway's Game of Life. It allows users to create a game instance, set initial states of cells, and iterate through generations.