Controlled and Uncontrolled Elements or Two Ways to Handle Form Data in React App

Опубликовано: 01 Май 2026
на канале: Rem Zolotykh
12,108
282

If you have any questions leave them here: http://remzolotykh.net/controlled-and...

First video in React Essentials series.

In this video we'll learn about two ways to handle form data in React application.

There are two ways you can get data from your form: via refs using uncontrolled elements or via state using controlled elements. In this video we'll see how both of these approaches work on simple form.