Skip to main content
React Essentials·Lesson 5 Quiz

Quiz: Thinking in React

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. When deciding if a piece of data should be React state, which of the following disqualifies it?

2. Where should shared state live in a React component tree?

3. Why should you build a static version of your UI before adding state?