We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593fd2e commit f08fd24Copy full SHA for f08fd24
src/content/learn/react-compiler.md
@@ -31,7 +31,7 @@ React 컴파일러는 커뮤니티로부터 초기 피드백을 받기 위해
31
{`npm install -D babel-plugin-react-compiler@rc eslint-plugin-react-hooks@^6.0.0-rc.1`}
32
</TerminalBlock>
33
34
-또는, Yarn을 사용한다면:
+또는, Yarn을 사용한다면 아래 명령어를 실행해주세요.
35
36
<TerminalBlock>
37
{`yarn add -D babel-plugin-react-compiler@rc eslint-plugin-react-hooks@^6.0.0-rc.1`}
@@ -167,7 +167,7 @@ React 컴파일러는 React 19 RC에서 최적의 성능을 발휘합니다. 업
167
{`npm install react-compiler-runtime@rc`}
168
169
170
-컴파일러 설정에 올바른 `target`을 추가해야 하며, `target`은 대상으로 하는 React의 메이저 버전입니다:
+컴파일러 설정에 올바른 `target`을 추가해야 하며, `target`은 대상으로 하는 React의 메이저 버전입니다.
171
172
```js {3}
173
// babel.config.js
0 commit comments