首页 > 问答 > 正文
P粉3230507802023-08-26 00:07:28
这是一个React Query mutation的快速示例
const mutation = useMutation({ mutationFn: (newTodo) => { return axios.post('/todos', newTodo) }, })
React Query - Mutations 文档