首頁 > 問答 > 主體
P粉3230507802023-08-26 00:07:28
這是一個React Query mutation的快速範例
const mutation = useMutation({ mutationFn: (newTodo) => { return axios.post('/todos', newTodo) }, })
React Query - Mutations 文件
首頁
課程
問答
我的