文件名称:在React中安全地运行异步突变-React开发
文件大小:141KB
文件格式:ZIP
更新时间:2024-06-16 09:43:24
React Miscellaneous
运行函数会产生副作用,特别是对React组件内部针对API的请求运行很有用。 useMutation运行函数,在React组件内部会产生副作用,对于针对API运行请求特别有用。 用法安装它:$ yarn add use-mutation导入它:从'use-mutation'导入useMutation; 创建一个运行变异异步功能的函数createComment({authorId,comment,}:{authorId:number; comment:string;}){const res = await fetch('/ api / comments',{method:'POST',正文:JSON.stringify({authorId,comment}),}); 如果 (!
【文件预览】:
use-mutation-master
----.github()
--------FUNDING.yml(55B)
--------dependabot.yml(143B)
--------ISSUE_TEMPLATE()
--------workflows()
----yarn.lock(270KB)
----src()
--------index.tsx(6KB)
----tsconfig.json(528B)
----LICENSE(1KB)
----other()
--------og.png(24KB)
--------logo.png(4KB)
----test()
--------index.test.tsx(3KB)
----README.md(6KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(2KB)
----package.json(1KB)