refine Devtools
<Refine>
useShow 🚧
useTable 🚧
useSelect 🚧
useForm 🚧
useCan 🚧
AUTH
useIsAuthenticated 🚧
useOnError 🚧
useGetIdentity 🚧
useLogin 🚧
useLogout 🚧
usePermissions 🚧
useRegister 🚧
useForgotPassword 🚧
useUpdatePassword 🚧
DATA
useOne 🚧
useMany 🚧
useList 🚧
useInfiniteList 🚧
useCreate 🚧
useCreateMany 🚧
useUpdate 🚧
useUpdateMany 🚧
useDelete 🚧
useDeleteMany 🚧
useCustom 🚧
useCustomMutation 🚧
useInvalidate 🚧
useApiUrl 🚧
useDataProvider 🚧
AUDIT LOG
useLog 🚧
useLogList 🚧
REALTIME
usePublish 🚧
useSubscription 🚧
NAVIGATION
useResource 🚧
useGo 🚧
useBack 🚧
useParsed 🚧
useLink 🚧
useGetToPath 🚧
useNavigation 🚧
TRANSLATE
useGetLocale 🚧
useSetLocale 🚧
useTranslate 🚧
UTILITIES
useModal 🚧
useMenu 🚧
useBreadcrumb 🚧
useNotification 🚧
useImport 🚧
useExport 🚧
Interface References 🚧
Version: 4.xx.xx
useForm
refine allows you to use all the features of React Hook Form library with @refinedev/react-hook-form
adapter. Using this package, you can create your own headless forms and use all the features provided by React Hook Form in your refine project in a compatible way. You can view the live example or review the source code to see how it's used with Material UI.
Refer to the useForm hook documentation for more information. →
Run on your local
npm create refine-app@latest -- --example form-chakra-ui-use-form