/React-Redux-Tetris-Tutorial

Build the classic arcade game Tetris with React and Redux!

React Redux Tetris Tutorial

This tutorial recreates the classic arcade game Tetris with React and Redux.

Tutorial Pages

Version

Vesion: 2.0.0

This tutorial was built and tested with:

  • React 18.2.0
  • Redux Toolki 1.9.1

Prerequisites

To create this project you will need an understanding of

  • JavaScript: ES6
  • React
    • Creating components
    • JSX
  • HTML/CSS

Objectives

  • Define Application state using Redux Toolkit and the flux pattern
  • Implement React-Redux

Instructor FAQ