Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 294 Bytes

Answers.md

File metadata and controls

11 lines (6 loc) · 294 Bytes

Answers

  1. What is React JS and what problems does it try and solve?

  2. What does it mean to think in react?

  3. Briefly describe some of the differences between a Class/Stateful component and a Functional/Presentational component.

  4. Describe state.

  5. Describe props.