final-form / final-form/react-final-form
No examples in docs using hooks
Open
- 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
Assessment
This issue has not been assessed yet.