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
With `app/` Directory
refine allows you to use the app/
structure in your Next.js apps. To learn more about the app/
directory, check out Next.js app docs. In this example you will find how to use the app/
directory with refine.
Refer to the refine Next.js documentation for more information. →
Run on your local
npm create refine-app@latest -- --example with-nextjs-appdir