Skip to content

Commit 68fddec

Browse files
committed
Update index.md
1 parent 0579b81 commit 68fddec

File tree

1 file changed

+4
-4
lines changed
  • src/content/learn/react-compiler

1 file changed

+4
-4
lines changed

src/content/learn/react-compiler/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: React Compiler
2+
title: React 컴파일러
33
---
44

55
## 소개 {/*introduction*/}
66

7-
[React Compiler가 하는 일](/learn/react-compiler/introduction)과 메모이제이션을 자동으로 처리하여 `useMemo`, `useCallback`, `React.memo`를 수동으로 사용할 필요 없이 React 애플리케이션을 최적화하는 방법을 알아보세요.
7+
[React 컴파일러가 하는 일](/learn/react-compiler/introduction)과 메모이제이션을 자동으로 처리하여 `useMemo`, `useCallback`, `React.memo`를 수동으로 사용할 필요 없이 React 애플리케이션을 최적화하는 방법을 알아보세요.
88

99
## 설치 {/*installation*/}
1010

11-
[React Compiler 설치](/learn/react-compiler/installation)를 시작하고 빌드 도구와 함께 구성하는 방법을 알아보세요.
11+
[React 컴파일러 설치](/learn/react-compiler/installation)를 시작하고 빌드 도구와 함께 구성하는 방법을 알아보세요.
1212

1313

1414
## 점진적 도입 {/*incremental-adoption*/}
1515

16-
아직 모든 곳에서 활성화할 준비가 되지 않았다면, 기존 코드베이스에서 [React Compiler를 점진적으로 도입하는 전략](/learn/react-compiler/incremental-adoption)을 알아보세요.
16+
아직 모든 곳에서 활성화할 준비가 되지 않았다면, 기존 코드베이스에서 [React 컴파일러를 점진적으로 도입하는 전략](/learn/react-compiler/incremental-adoption)을 알아보세요.
1717

1818
## 디버깅 및 문제 해결 {/*debugging-and-troubleshooting*/}
1919

0 commit comments

Comments
 (0)