Convert a 3x3 Tic-Tac-Toe Grid Interactive by Adding Buttons in React

InstructorKyle Shevlin

Share this video with your friends

Send Tweet

A game a user can't interact with is hardly a game at all. We'll go through the process of turning our Cell components into accessible buttons and moving the click handling function up to our Game component where our state will eventually be handled.