Readings: Introduction to React and Components

Below you will find some reading material, code samples, and some additional resources that support the topic for this class and the upcoming lecture.

Review the Submission Instructions for guidance on completing and submitting this assignment.

Reading

Component-Based Architecture

  1. What is a “component”?
  2. What are the characteristics of a component?
  3. What are the advantages of using component-based architecture?

What is Props and How to Use it in React

  1. What is “props” short for?
  2. How are props used in React?
  3. What is the flow of props?

Bookmark and Review