File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/content/reference/react-compiler Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11---
2- title : 구성
2+ title : 설정
33---
44
55<Intro >
66
7- 이 페이지에서는 React Compiler에서 사용할 수 있는 모든 구성 옵션을 나열합니다.
7+ 이 페이지에서는 React Compiler에서 사용할 수 있는 모든 설정 옵션을 나열합니다.
88
99</Intro >
1010
@@ -45,7 +45,7 @@ module.exports = {
4545
4646## 버전 호환성 {/* version-compatibility* /}
4747
48- React 버전 구성은 컴파일러가 현재 사용 중인 React 버전과 호환되는 코드를 생성하도록 합니다.
48+ React 버전 설정은 컴파일러가 현재 사용 중인 React 버전과 호환되는 코드를 생성하도록 합니다.
4949
5050[ ` target ` ] ( /reference/react-compiler/target ) 은 현재 사용 중인 React 버전(17, 18, 또는 19)을 지정합니다.
5151
@@ -110,11 +110,11 @@ React 버전 구성은 컴파일러가 현재 사용 중인 React 버전과 호
110110
111111---
112112
113- ## 공통 구성 패턴 {/* common-patterns* /}
113+ ## 공통 설정 패턴 {/* common-patterns* /}
114114
115- ### 기본 구성 {/* default-configuration* /}
115+ ### 기본 설정 {/* default-configuration* /}
116116
117- 대부분의 React 19 애플리케이션에서는 별도의 구성 없이도 컴파일러가 정상적으로 동작합니다.
117+ 대부분의 React 19 애플리케이션에서는 별도의 설정 없이도 컴파일러가 정상적으로 동작합니다.
118118
119119``` js
120120// babel.config.js
@@ -127,7 +127,7 @@ module.exports = {
127127
128128### React 17/18 프로젝트 {/* react-17-18* /}
129129
130- React 17/18 프로젝트에서는 런타임 패키지와 target 구성이 필요합니다.
130+ React 17/18 프로젝트에서는 런타임 패키지와 target 설정이 필요합니다.
131131
132132``` bash
133133npm install react-compiler-runtime@latest
You can’t perform that action at this time.
0 commit comments