Which of the following statement is true for uncontrolled components in React.js?

Q & ACategory: React JSWhich of the following statement is true for uncontrolled components in React.js?
Admin Staff asked 2 years ago

Which of the following statement is true for uncontrolled components in React.js?

a) The source of truth is DOM.

b) The source of truth is a component state.

c) The source of truth can be anything.

d) None of the above

1 Answers
Admin Staff answered 2 years ago

a) The source of truth is DOM.