Introduction to React and Components

Component Based Architecture

  1. What is a component?

A component is a software object, intended to interact with other components, encapsulating certain functionality or a set of functionalities.

  1. What are the charactistics of a component?
  1. 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?
  1. How are props used in React?
  1. What is the flow of props?