We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d42a8 commit 21d66efCopy full SHA for 21d66ef
src/content/reference/react/memo.md
@@ -14,7 +14,7 @@ const MemoizedComponent = memo(SomeComponent, arePropsEqual?)
14
15
<Note>
16
17
-[React Compiler](/learn/react-compiler) 会自动为所有组件应用与 memo 等价的优化,从而减少手动记忆化的需要。你可以使用编译器自动处理组件记忆化。
+[React Compiler](/learn/react-compiler) 会自动为所有组件应用与 `memo` 等价的优化,从而减少手动记忆化的需要。你可以使用编译器自动处理组件记忆化。
18
19
</Note>
20
0 commit comments