React Flashcards

1
Q

What are controlled components?

A

An input form element whose value is controlled by React. Typically by using setState() and event handlers such as onClick or onChange, etc…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly