This is my version of the Web Dev Simplified snake game tutorial converted to use pixi.js and react.js. It is a bery simple example of using pixi.js in React, but I have learned a lot about using these two together during the process of making this game. The repository for this app can be found on GitHub here.
This app is written in React with TypeScript. It uses React-Router for page routing, SASS for styling, pixi.js for rendering graphics and{" "} ReactPixi to use pixi.js in React. The app was bootstrapped with Vite.