1
2
这个 doc
在这里,您需要使用PureComponent或shouldComponentUpdate钩子,以便仅在需要时进行更新。 您使用的是无状态组件,它不能有任何生命周期方法。要使用lifecycle方法,您需要使用基于类的statefull组件。
替换:
如果不使用PureComponent,组件将在任何组件的每次状态更改时更新。但是使用PureComponent,它只有在检测到新项时才会更新。 如果您想使用shouldcomponentupdatehook,那么请向前看 here 供参考。 |
BADRUM · 执行两个获取功能后,如何导航回页面? 1 年前 |
Anaya Ammar · 渲染后未显示的值 1 年前 |
Zemelon · -moz背面可见性不适用于顺风css 1 年前 |
Mark C. · 制作一个可松开的单选按钮[关闭] 1 年前 |