Name: John
Age: 30
ForwardRef 是 React 提供的一个函数,用于将 ref 转发到子组件。
在 React 中,ref 是一种特殊的属性,用于访问 DOM 元素或组件实例。默认情况下,ref 只能在类组件中使用,但在函数组件中,ref 是不可用的。
ForwardRef 函数可以让你在函数组件中使用 ref,它接受两个参数:一个函数组件和一个 ref 回调
结合useImperativeHandle使用
使用示例:
Closures are functions that have access to the parent scope, even after the parent function has closed.