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
Audit Log with Antd
refine allows you to track changes and who made them in your data by sending a new log event record whenever a new record is created, updated or deleted. This example demonstrates creating an audit log with Ant Design.
Refer to the refine Audit Log Provider documentation for more information. →
Run on your local
npm create refine-app@latest -- --example antd-audit-log