Skip to content
Moises Hernandez edited this page Aug 16, 2021 · 3 revisions

Welcome to the React Tutorial From Scratch: A Step-by-Step Guide (2021)

This will be the Final Project

Final Project

Github-original-project

Here is a quick overview of what you’ll learn in this part

  • What Is React?
  • Thinking in React Component
  • The Concept of Virtual DOM
  • Setting up Working Environment
  • Writing React Directly in HTML
  • What Is JSX?
  • Using the Create React App CLI
  • Writing the To-dos App
  • A Quick Look at React Component Types
  • Creating the Component Files
  • Enabling the Strict Mode in React Application
  • Working With Data
  • Adding State
  • The React Developer Tools
  • Creating the Function Component
  • Converting Class-Based Component to Function Component