react-suspense-boundary:具有悬念和错误的边界组件

时间:2024-06-03 10:41:54
【文件属性】:

文件名称:react-suspense-boundary:具有悬念和错误的边界组件

文件大小:201KB

文件格式:ZIP

更新时间:2024-06-03 10:41:54

TypeScript

React悬念边界 具有悬念和错误的边界组件 安装 npm install react-suspense-boundary 演示版 在此处查看在线演示: : 您可以通过执行以下命令来自己启动演示应用程序: npm start 用法 基本的 import { Boundary , useResource } from 'react-suspense-boundary' ; // Create or import an async function const fetchInfo = ( { id } ) => fetch ( `/info/ ${ id } ` ) . then ( response => response . json ( ) ) ; // Implement your presentational component const Info = ( { id } )


【文件预览】:
react-suspense-boundary-master
----.gitignore(939B)
----package.json(2KB)
----settings.js(420B)
----.npmrc(41B)
----src()
--------Cache.ts(1KB)
--------ConfigProvider.tsx(1KB)
--------Subscription.ts(490B)
--------SuspenseError.ts(391B)
--------Boundary.tsx(3KB)
--------ErrorBoundary.tsx(1KB)
--------ResourceCache.ts(2KB)
--------CacheManager.ts(2KB)
--------hocs.tsx(1KB)
--------context.ts(6KB)
--------index.ts(501B)
--------utils.ts(508B)
----LICENSE(1KB)
----tsconfig.json(397B)
----types()
--------tiny-invariant.d.ts(187B)
----.eslintrc.js(251B)
----README.md(4KB)
----demo()
--------api()
--------components()
--------entries()
----yarn.lock(564KB)

网友评论