Pergunta de entrevista da empresa Forto Logistics GmbH & Co. KG

What is the difference between controlled and uncontrolled components in React.

Resposta da entrevista

Sigiloso

17 de mar. de 2022

Controlled component -> form data is handled by a React component Uncontrolled components -> form data is handled by the DOM itself