题目描述:
ref 一般用来绑定一个组件或者元素的句柄,在 React 不断的版本迭代中,包括 Hook,一共出现了至少三种 ref 语法,那么你知道都是哪些写法吗?旧的写法都有哪些缺陷才让 React 不断改进其语法?
关键提炼:
1、Refs and the DOM: https://reactjs.org/docs/refs-and-the-dom.htm
2、React.createRef: https://reactjs.org/docs/react-api.html#reactcreateref
3、Forwarding Refs: https://reactjs.org/docs/forwarding-refs.html