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
This page lists all configuration options available in React Compiler.
7
+
이 페이지에서는 React Compiler에서 사용할 수 있는 모든 설정 옵션을 나열합니다.
8
8
9
9
</Intro>
10
10
11
11
<Note>
12
12
13
-
For most apps, the default options should work out of the box. If you have a special need, you can use these advanced options.
13
+
대부분의 앱에서는 기본 옵션이 기본적으로 잘 작동합니다. 특별한 필요가 있다면 이러한 고급 옵션을 사용할 수 있습니다.
14
14
15
15
</Note>
16
16
@@ -29,55 +29,55 @@ module.exports = {
29
29
30
30
---
31
31
32
-
## Compilation Control {/*compilation-control*/}
32
+
## 컴파일 제어 {/*compilation-control*/}
33
33
34
-
These options control *what* the compiler optimizes and *how* it selects components and hooks to compile.
34
+
이 옵션들은 컴파일러가 *무엇*을 최적화하고, *어떻게* 컴포넌트와 hooks를 컴파일 대상으로 선택할지를 제어합니다.
35
35
36
-
*[`compilationMode`](/reference/react-compiler/compilationMode) controls the strategy for selecting functions to compile (e.g., all functions, only annotated ones, or intelligent detection).
36
+
*[`compilationMode`](/reference/react-compiler/compilationMode)는 컴파일할 함수를 선택하는 전략을 제어합니다. (예: 모든 함수, 어노테이션된 함수만, 또는 컴파일러의 자동 감지).
0 commit comments