Tetris React is a reimplementation of the famous Tetris game in React.
The goal of the project was to test whether React was a good candidate for creating a simple game whose gameplay loop is discrete rather than continuous.
The result is very convincing and the game takes extremely few resources to run.
The open-source code as well as a more complete description are available at this link: https://github.com/MichaelHoste/tetris-react