這是一個React Query mutation的快速範例
const mutation = useMutation({ mutationFn: (newTodo) => { return axios.post('/todos', newTodo) }, })
React Query - Mutations 文件
這是一個React Query mutation的快速範例
React Query - Mutations 文件
#