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 →
- Antd 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