refine Devtools
<Refine>
Interface References
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
Version: 4.xx.xx
Mutation Modes
Mutation mode determines which mode the mutation runs with. Mutations can run under three different modes: pessimistic
, optimistic
and undoable
. You can experience them with this app.
Refer to the Mutation Mode
documentation for more information →
- Ant Design
- Chakra UI
- Mantine
- Material UI
Run on your local
npm create refine-app@latest -- --example form-antd-mutation-mode
Run on your local
npm create refine-app@latest -- --example form-chakra-ui-mutation-mode
Run on your local
npm create refine-app@latest -- --example form-mantine-mutation-mode
Run on your local
npm create refine-app@latest -- --example form-material-ui-mutation-mode