Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 353 Bytes

Answers.md

File metadata and controls

11 lines (6 loc) · 353 Bytes

Answers

  1. What is React JS and what problems does it try and solve? Support your answer with concepts introduced in class and from your personal research on the web.

  2. What does it mean to think in react?

  3. Describe state.

  4. Describe props.

  5. What are side effects, and how do you sync effects in a React component to state or prop changes?