Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 335 Bytes

Answers.md

File metadata and controls

9 lines (5 loc) · 335 Bytes

Answers

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

  2. Describe component state.

  3. Describe props.

  4. What are side effects, and how do you sync effects in a React component to changes of certain state or props?