Tic Tac Toe: A Playful Intro to React

Go to class
Write Review

Free Online Course: Tic Tac Toe: A Playful Intro to React provided by Skillshare is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Tic Tac Toe: A Playful Intro to React is taught by Hunor Borbély.

Overview
  • Do you want to learn React the fun way? In this class, you will learn the key concepts of React while building a Tic Tac Toe game. 

    While building a fully functioning game we dive into some basic concepts in React like:

    • How to break down your application or game into smaller pieces, into components
    • How to structure your logic and how to connect these components with props and callbacks
    • How to deal with change, what is the state, what to store in it and where to define it
    • How to add interaction and how does re-rendering work in React
    • And while it has nothing to do with React we are also going to draw some basic images by coding SVGs

    This is an intro course, no prior React knowledge is required, but some HTML, CSS and basic Javascript skills are necessary.

    .

Syllabus
    • Introduction
    • Breaking Down the Game Into Components
    • Writing Our First Components
    • The Grid
    • Which Square is Which?
    • The Changing Parts
    • First Attempt to Add a State
    • A State That Can Change
    • Circles and Crosses
    • Interaction
    • Detecting the Winner
    • And the Winner Is...
    • Conclusion