React – Introduction to Components and Props

Difficulty: Beginner
Duration: 7 minutes and 1 second
Students: 68
Rating: 5/5

In this lesson, you'll examine Components and Props. Components are the foundation for building user interfaces.

Learning Objectives

  • Understand what a component is
  • Learn how to create a component
  • Know how to reuse components
  • Recognise what props are
  • Master passing data from one component to another using props
  • Discover what props children are

Intended Audience

  • This lesson is intended for anyone who wants to learn about React

Prerequisites

  • A basic understanding of JavaScript
Covered Topics