Skip to content

Conversation

Intin1217
Copy link

@Intin1217 Intin1217 commented Oct 20, 2025

React Compiler v1.0 블로그 문서 번역

React Compiler v1.0 블로그 게시글 src/content/blog/2025/10/07/react-compiler-1.md 및 관련 인덱스 파일src/content/blog/index.md의 한국어 번역을 진행하였습니다

번역 페이지 이미지

2025-10-15 11 11 55

필수 확인 사항

선택 확인 사항

  • 번역 초안 작성Draft Translation
  • 리뷰 반영Resolve Reviews

Copy link

vercel bot commented Oct 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
ko-legacy-reactjs-org Ignored Ignored Preview Oct 20, 2025 4:59am

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

자동 메모이제이션 외에도 React Compiler는 React 코드에 대해 실행되는 유효성 검사 패스를 가지고 있습니다. 이 패스는 [React의 규칙](/reference/rules)을 인코딩하고, 컴파일러의 데이터 흐름 및 가변성에 대한 이해를 사용하여 React의 규칙이 깨진 부분에 대한 진단을 제공합니다. 이러한 진단은 종종 React 코드에 숨어있는 잠재적인 버그를 노출하며, 주로 `eslint-plugin-react-hooks`를 통해 표시됩니다.

To learn more about how the compiler optimizes your code, visit the [Playground](https://playground.react.dev).
컴파일러가 코드를 최적화하는 방법에 대해 더 자세히 알아보려면 [Playground](https.playground.react.dev)를 방문하세요.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 링크가 잘못됬네요.

Suggested change
컴파일러가 코드를 최적화하는 방법에 대해 더 자세히 알아보려면 [Playground](https.playground.react.dev)를 방문하세요.
컴파일러가 코드를 최적화하는 방법에 대해 더 자세히 알아보려면 [Playground](https://playground.react.dev/)를 방문하세요.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정하였습니다 감사합니다!

<DeepDive>

#### How does React Compiler work? {/*how-does-react-compiler-work*/}
#### React Compiler는 어떻게 작동하나요? {/*how-does-react-compiler-work*/}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React Compiler는 React 컴파일러로 번역해야할지 고민이 드는군요.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/content/blog/2025/04/21/react-compiler-rc.md

이전에 번역되어 있는 글과 일치 시키는게 나을 것 같기도합니다

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

컴파일러로 번역해도 좋을 것 같습니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants