You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ozgurkon-2020-site/content/sessions/modern_forms_in_react.md

17 lines
648 B

---
key: modern_forms_in_react
5 years ago
title: Modern Forms in React
id: McfMVcKDdZv68NSo2JIJ
language: English
5 years ago
format: conference
tags:
- _web
level: intermediate
speakers:
- erik_rasmussen
5 years ago
videoId: DDLqhCMaMLU
5 years ago
presentation: null
draft: false
---
5 years ago
If the new React Context API and Suspense killed Redux (they didn't), surely Hooks kill the need for a form library, right? Well, not exactly. Managing form state is more than just holding your current values in state; it's about sync and async validition errors, and much more! But that doesn't mean that Hooks are irrelevant to the situation. Hooks make building forms in React easier than ever before.