Bootcamp Notes – Day 12 (Tues) – React: Week 4 – Uncontrolled Forms

Uncontrolled Forms Uncontrolled Components Controlled VS Uncontrolled Controlled forms tie form component values directly to the state of the parent They require a lot of initial but are the recommended way to set up form in But…