gpt4 book ai didi

facebook - 什么是 React.AsyncComponent 类?

转载 作者:行者123 更新时间:2023-11-30 05:25:37 24 4
gpt4 key购买 nike

当我浏览 React 的源代码时,我遇到了一个名为“AsyncComponent”的基类。与流行的基类“Component”和“PureComponent”不同,这对我来说是新的。我想知道它是什么以及是否、如何以及在何处利用它来更好地理解它。

最佳答案

它是使用静态类属性 unstable_asyncUpdates 的替代方法。默认情况下,里面的所有内容都有异步更新。

据我了解,您可以使用以下方法获得相同的结果ReactDOM.deferredUpdates

但主要问题是异步渲染还没有准备好,稍后会可用。

引用 v16 的发行说明:

We think async rendering is a big deal, and represents the future of React. To make migration to v16.0 as smooth as possible, we’re not enabling any async features yet, but we’re excited to start rolling them out in the coming months. Stay tuned!

关于facebook - 什么是 React.AsyncComponent 类?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47914273/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com