reading-notes

301 class 01 notes

Why this matters: This information matters because components and properties are key tools for using React.


Component-Based Architecture

Source: https://www.tutorialspoint.com/software_architecture_design/component_based_architecture.htm

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 In React

Source: https://itnext.io/what-is-props-and-how-to-use-it-in-react-da307f500da0#:~:text=%E2%80%9CProps%E2%80%9D%20is%20a%20special%20keyword,way%20from%20parent%20to%20child

1. What is “props” short for?

2. How are props used in React?

  1. Define an attribute and it’s value (data)
  2. Pass it to child component(s) using Props
  3. Render the Props data

3. What is the flow of props?


Things I Want To Know More About:

Nothing at the moment!