-
Syntax of functions (declaration with function keyword vs arrow functions)
-
Passing props to direct children (one level)
-
Passing props down to grandchildren (multiple levels)
<NameOfComponent nameOfProp={name of value or function}/>
><Container handleClick={this.handleClick}/>
><Button handleClick={props.handleClick}/>
- Import components from another file
import from "";