Uncontrolled Forms
Not every form needs state -- uncontrolled forms read values directly from FormData on submit, which means less wiring and the same result.
May 15, 20261 min read3 / 3
Not every form needs state -- uncontrolled forms read values directly from FormData on submit, which means less wiring and the same result.