|
1 | 1 | --- |
2 | | -title: React Compiler |
| 2 | +title: React 컴파일러 |
3 | 3 | --- |
4 | 4 |
|
5 | | -## Introduction {/*introduction*/} |
| 5 | +## 소개 {/*introduction*/} |
6 | 6 |
|
7 | | -Learn [what React Compiler does](/learn/react-compiler/introduction) and how it automatically optimizes your React application by handling memoization for you, eliminating the need for manual `useMemo`, `useCallback`, and `React.memo`. |
| 7 | +[React 컴파일러가 무엇을 하는지](/learn/react-compiler/introduction) 알아보고, 수동으로 `useMemo`, `useCallback`, `React.memo`를 사용할 필요 없이 메모이제이션을 자동으로 처리하여 React 애플리케이션을 최적화하는 방법을 배워보세요. |
8 | 8 |
|
9 | | -## Installation {/*installation*/} |
| 9 | +## 설치 {/*installation*/} |
10 | 10 |
|
11 | | -Get started with [installing React Compiler](/learn/react-compiler/installation) and learn how to configure it with your build tools. |
| 11 | +[React 컴파일러 설치](/learn/react-compiler/installation)로 시작하고 빌드 도구와 함께 구성하는 방법을 알아보세요. |
12 | 12 |
|
13 | 13 |
|
14 | | -## Incremental Adoption {/*incremental-adoption*/} |
| 14 | +## 점진적 채택/도입 {/*incremental-adoption*/} |
15 | 15 |
|
16 | | -Learn [strategies for gradually adopting React Compiler](/learn/react-compiler/incremental-adoption) in your existing codebase if you're not ready to enable it everywhere yet. |
| 16 | +아직 모든 곳에서 활성화할 준비가 되지 않았다면 기존 코드베이스에 [React 컴파일러를 점진적으로 채택하기 위한 전략](/learn/react-compiler/incremental-adoption)을 알아보세요. |
17 | 17 |
|
18 | | -## Debugging and Troubleshooting {/*debugging-and-troubleshooting*/} |
| 18 | +## 디버깅 및 문제 해결 {/*debugging-and-troubleshooting*/} |
19 | 19 |
|
20 | | -When things don't work as expected, use our [debugging guide](/learn/react-compiler/debugging) to understand the difference between compiler errors and runtime issues, identify common breaking patterns, and follow a systematic debugging workflow. |
| 20 | +예상대로 작동하지 않을 때는 [디버깅 가이드](/learn/react-compiler/debugging)를 사용하여 컴파일러 오류와 런타임 문제의 차이를 이해하고, 일반적인 문제 패턴을 식별하며, 체계적인 디버깅 워크플로우를 따르세요. |
21 | 21 |
|
22 | | -## Configuration and Reference {/*configuration-and-reference*/} |
| 22 | +## 구성 및 참조 {/*configuration-and-reference*/} |
23 | 23 |
|
24 | | -For detailed configuration options and API reference: |
| 24 | +자세한 구성 옵션 및 API 참조: |
25 | 25 |
|
26 | | -- [Configuration Options](/reference/react-compiler/configuration) - All compiler configuration options including React version compatibility |
27 | | -- [Directives](/reference/react-compiler/directives) - Function-level compilation control |
28 | | -- [Compiling Libraries](/reference/react-compiler/compiling-libraries) - Shipping pre-compiled libraries |
| 26 | +- [구성 옵션](/reference/react-compiler/configuration) - React 버전 호환성을 포함한 모든 컴파일러 구성 옵션 |
| 27 | +- [지시어](/reference/react-compiler/directives) - 함수 수준 컴파일 제어 |
| 28 | +- [라이브러리 컴파일](/reference/react-compiler/compiling-libraries) - 사전 컴파일된 라이브러리 배포 |
29 | 29 |
|
30 | | -## Additional resources {/*additional-resources*/} |
31 | | - |
32 | | -In addition to these docs, we recommend checking the [React Compiler Working Group](https://github.com/reactwg/react-compiler) for additional information and discussion about the compiler. |
| 30 | +## 추가 리소스 {/*additional-resources*/} |
33 | 31 |
|
| 32 | +이 문서 외에도 컴파일러에 대한 추가 정보 및 논의를 위해 [React Compiler Working Group](https://github.com/reactwg/react-compiler)을 확인하는 것을 권장합니다. |
0 commit comments