Quiz: State and Event Handling
Test your knowledge of state and event handling.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the key difference between a normal variable and state in React?
A.
Variables are faster.
B.
State persists across renders and triggers a re-render.
C.
Variables trigger UI updates.
D.
State cannot be updated.
1 / 10
...