A proof-of-concept implementation of Conway's Game of Life, pushing the limits of React, TypeScript, and Vite.
This project intentionally uses a naive approach, rendering each cell as a separate DOM element. Do not use this in production. For a performant implementation, consider using a canvas or a library optimized for rendering large grids.
- Install dependencies:
npm i
- Start with
npm run dev