View on GitHub

reading-notes

Learning Notes Repo for Code Fellows

Introduction to React and Components

Component Based Architecture

  1. What is a component?
  1. What are the charactristics 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?

  2. define an attribute and its value
  3. pass it to child component by using props
  4. render the props data

For more information please visit

<==Back