Search⌘ K
AI Features

Quiz: Use Context to Cover an Area

Test your understanding of the useContext hook in React.

We'll cover the following...
Technical Quiz
1.

What is the main drawback of using props to share state between distant components?

A.

It requires modification of the state in each component.

B.

It results in performance issues.

C.

It leads to a tight coupling between components.

D.

It becomes cumbersome because many intermediate components must receive and pass down the props.


1 / 5
...