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