ref
Posted tekkaman
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ref相关的知识,希望对你有一定的参考价值。
【ref】
1、Callback Refs
最古老原始的,通过 ref={SetMethod} 来获取 ref的方法。
2、Creating Refs
Callback refs 需要写很多 SetMethod,非常麻烦。最新的 React 已经推出了 Creating Refs,来减少 SetMethod 的编写。
然后通 current 属性来引用。
参考:
1、https://reactjs.org/docs/refs-and-the-dom.html#creating-refs
以上是关于ref的主要内容,如果未能解决你的问题,请参考以下文章