How to Build Tetris in React - GameDev Tutorial (with React Hooks!)

Learn to create a Tetris game with React Hooks in this tutorial course for beginners. You will learn how to build Tetris from scratch using hooks like useState, useEffect, useCallback and custom hooks. Styling is done with Styled Components. 💻 Starter files: 🎥 Tutorial from Thomas Weibenfalk. Check out his YouTube channel: 🔗 Watch more courses from Thomas on his website: ⭐️ Course Contents ⭐️ ⌨️ (00:00) Introduction ⌨️ (03:40) create-react-app and tooling ⌨️ (06:57) Scaffolding Components ⌨️ (15:49) Stage and Tetrominos ⌨️ (32:05) Styling with Styled Components ⌨️ (57:19) usePlayer and useStage ⌨️ (1:12:51) Stage update and player movement ⌨️ (1:37:02) Collision Det
Back to Top