Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    React For Beginners Build A Game While Learning React. Js

    Posted By: ELK1nG
    React For Beginners Build A Game While Learning React. Js

    React For Beginners Build A Game While Learning React. Js
    2022-11-28
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 198.31 MB | Duration: 48m

    React For Beginners Build A Game While Learning React. Js

    What you'll learn

    Description

     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.

    Overview

    Lesson 1:Introduction
    Lesson 2:Breaking down the game into components
    Lesson 3:Creating our first components
    Lesson 4:The Grid
    Lesson 5:Which square is which?
    Lesson 6:The changing parts
    Lesson 7:Our first attempt to have a state
    Lesson 8:Lifecycle of a component
    Lesson 9:Circles and Crosses
    Lesson 10:Interaction
    Lesson 11:The winner is…
    Lesson 12:Detecting the winner
    Lesson 13:Conclusion