Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React for Beginners: Build a Game While Learning React
Rating: 4.6 out of 5(134 ratings)
9,534 students

React for Beginners: Build a Game While Learning React

The very basics of React.js for absolute beginners
Created byHunor Borbély
Last updated 2/2024
English

What you'll learn

  • React
  • Web development
  • Game development

Course content

6 sections13 lectures47m total length
  • Introduction0:44

Requirements

  • JavaScript
  • HTML
  • CSS

Description

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.

React is currently the most popular front-end library. It's easy to begin with yet it's very capable even for building large-scale professional web-applications. In this course, we learn the fundamentals of React while having some fun and creating a Tic Tac Toe game.

While building a game we dive into the fundamentals of 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 introductory course for beginners. We don't get to more advanced things like routing or state management of large-scale applications. Instead, I give you a foundation you can build on.

Requirements:

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

Who this course is for:

  • Beginner Web developers eager to learn React in a fun way