aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-form/use-form-values
Commit message (Collapse)AuthorAgeFilesLines
* feat(hooks): add an useForm hookArmand Philippot2023-11-113-0/+139
* add two "sub"-hooks: useFormValues and useFormSubmit (that can be used independently) * handle initial data * handle custom submit callback * handle data validation * handle submit status