<Form/>
<Field/>
<FormSpy/>
useField()
useForm()
useFormState()
FormProps
FormRenderProps
FieldProps
FieldRenderProps
FormSpyProps
FormSpyRenderProps
Demonstrates how to return submission errors from failed submits. Notice that the Promise should resolve to the submission error (not reject). Rejection is reserved for communications or server exceptions.
Promise