You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/learn/react-compiler/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
-
title: React Compiler
2
+
title: React 컴파일러
3
3
---
4
4
5
5
## 소개 {/*introduction*/}
6
6
7
-
[React Compiler가 하는 일](/learn/react-compiler/introduction)과 메모이제이션을 자동으로 처리하여 `useMemo`, `useCallback`, `React.memo`를 수동으로 사용할 필요 없이 React 애플리케이션을 최적화하는 방법을 알아보세요.
7
+
[React 컴파일러가 하는 일](/learn/react-compiler/introduction)과 메모이제이션을 자동으로 처리하여 `useMemo`, `useCallback`, `React.memo`를 수동으로 사용할 필요 없이 React 애플리케이션을 최적화하는 방법을 알아보세요.
8
8
9
9
## 설치 {/*installation*/}
10
10
11
-
[React Compiler 설치](/learn/react-compiler/installation)를 시작하고 빌드 도구와 함께 구성하는 방법을 알아보세요.
11
+
[React 컴파일러 설치](/learn/react-compiler/installation)를 시작하고 빌드 도구와 함께 구성하는 방법을 알아보세요.
12
12
13
13
14
14
## 점진적 도입 {/*incremental-adoption*/}
15
15
16
-
아직 모든 곳에서 활성화할 준비가 되지 않았다면, 기존 코드베이스에서 [React Compiler를 점진적으로 도입하는 전략](/learn/react-compiler/incremental-adoption)을 알아보세요.
16
+
아직 모든 곳에서 활성화할 준비가 되지 않았다면, 기존 코드베이스에서 [React 컴파일러를 점진적으로 도입하는 전략](/learn/react-compiler/incremental-adoption)을 알아보세요.
17
17
18
18
## 디버깅 및 문제 해결 {/*debugging-and-troubleshooting*/}
0 commit comments