- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我浏览 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/
我正在尝试通过实现 AsyncCompoment 类来在 React 中延迟加载路由,如此处所述 Code Splitting in Create React App .下面是教程中的 es6 asy
我正在尝试通过实现 AsyncCompoment 类来在 React 中延迟加载路由,如此处所述 Code Splitting in Create React App .下面是教程中的 es6 asy
当我浏览 React 的源代码时,我遇到了一个名为“AsyncComponent”的基类。与流行的基类“Component”和“PureComponent”不同,这对我来说是新的。我想知道它是什么以及
我是一名优秀的程序员,十分优秀!