Course Information
Course Overview
The very basics of React.js for absolute beginners
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.
Course Content
- 6 section(s)
- 13 lecture(s)
- Section 1 Introduction
- Section 2 Creating our first components
- Section 3 The Changing parts
- Section 4 Circles and Crosses
- Section 5 Interaction
- Section 6 And the winner is ...
What You’ll Learn
- React
- Web development
- Game development
Skills covered in this course
Reviews
-
GGrzegorz Kiernozek
Does exactly what expected with great logical explaination
-
IIosef-Vaduva Valentin
easy to follow and the materials provided always lived up to expectations
-
IIrele
got the basic fundamental idea of the flow of React , will need advance course to go deeper but definitely a good start.
-
FFares Dellel
Thank you very much. This is a good course to understand the basics of React.