Quiz: Handling Forms in React

Test your understanding of React 19 form handling, including new hooks.

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

In a controlled component, which element serves as the single source of truth for the input’s value?

A.

The DOM input element

B.

React state

C.

Browser cache

D.

Event target object


1 / 10