useFetch useFetch是一个React钩子,它支持React 16.6 Suspense组件的实现。 的中型文章中概述了此程序包的设计决策和开发过程。 安装 npm install fetch-suspense或 yarn add fetch-suspense 例子 基本范例 import useFetch from 'fetch-suspense' ; import React , { Suspense } from 'react' ; // This fetching component will be delayed by Suspense until the fetch