Immer Function

Name: John

Age: 30

forwardRef + useImperativeHandle

ForwardRef 是 React 提供的一个函数,用于将 ref 转发到子组件。

在 React 中,ref 是一种特殊的属性,用于访问 DOM 元素或组件实例。默认情况下,ref 只能在类组件中使用,但在函数组件中,ref 是不可用的。

ForwardRef 函数可以让你在函数组件中使用 ref,它接受两个参数:一个函数组件和一个 ref 回调

结合useImperativeHandle使用

使用示例:

memo + useMemo + useCallback
memo: 子组件只有props变化时才会重新渲染useMemo: 只有依赖项变化时才会重新计算useCallback: 只有依赖项变化时才会重新创建函数
ACompcount : 0text :
BCompcount : 0text :
Closures

Closures are functions that have access to the parent scope, even after the parent function has closed.

0
Suspense
颜色选择器
ScreenRecording