aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-form/use-form-values/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(hooks): add an useForm hookArmand Philippot2023-11-111-0/+1
* 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