final-form / final-form/react-final-form

No examples in docs using hooks

Open
#774 0 comments 8 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.4k
Forks
497
PR merge metrics
No merged PRs in 30d

Description

### Are you submitting a **bug report** or a **feature request**?

### What is the current behavior?

No examples using the useForm or useField hooks. That show how to properly use them while keeping performance in mind.

### What is the expected behavior?

Some examples. Is it ok to do:

```
const MyForm = () => {
useForm()
useField()
useField()
useField()

}
```

Won't this rerender the whole form anytime any field updates?

### Sandbox Link

### What's your environment?

### Other information

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.