Skip to content

Commit b0de647

Browse files
committed
docs: translate React Compiler note in useCallback page
1 parent c266e87 commit b0de647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useCallback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const cachedFn = useCallback(fn, dependencies)
1414

1515
<Note>
1616

17-
[React Compiler](/learn/react-compiler) automatically memoizes values and functions, reducing the need for manual `useCallback` calls. You can use the compiler to handle memoization automatically.
17+
[React 컴파일러](/learn/react-compiler)는 값과 함수를 자동으로 메모이제이션하므로 `useCallback`을 수동으로 사용할 일이 줄어듭니다. 컴파일러를 사용해 메모이제이션을 자동으로 처리할 수 있습니다.
1818

1919
</Note>
2020

0 commit comments

Comments
 (0)