use和suspense结合获取异步数据

0 阅读1分钟

image.png 传统的获取异步数据的方式: image.png 这样做的方式有点冗余,因为要定义message和loading等状态。现在有了新的方式: image.png image.png