React for Beginners - Creating a Quiz while learning React
Please rate the course
Course short description
Do you want to learn React on a real project without dry theory? In this course, you'll learn all the important React concepts while we build a Quiz project.
React is by far the most popular front-end framework. It's very easy to get started with and yet suitable for large professional web applications. In this course, you will learn the basics of React by creating a real project, which we will deploy to production, starting from an empty folder and ending with a project that is available in production.
In the process of creating a project, you will learn things like :
- How to break an application into small pieces (components)?
- How to structure your business logic and work with state and how to connect it to our components?
- How to react to changes in components, what is state, where to store it and how to describe it?
- < li>
- How to add events and how does redrawing of components work in React?
- How to interact with the real API in a React application?
- How to deploy your React application to a real server (You will have to pay for a server for deployment, or just watch how I do it)
We are not studying dry theory and don’t parse the documentation pages. Instead, you will see a real example of how to use React to create applications.
Requirements:
This course is designed for beginners in React, knowledge of React is not required necessary, but knowledge of HTML, CSS, Javascript is required.