-
What is state?
-
What is
setState()
and what does it do?
- What happens when I call
setState()
?
- How do the values inside the
state
get rendered?
headers: {Authorization : `Bearer ${authToken}`}
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 from "";
Download Postman
HTTP status codes (Click to read more)