-
-
Notifications
You must be signed in to change notification settings - Fork 535
docs: translate remaining React Compiler sections #1450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: translate remaining React Compiler sections #1450
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Size changesDetails📦 Next.js Bundle Analysis for undefinedThis analysis was generated by the Next.js Bundle Analysis action. 🤖 One Page Changed SizeThe following page changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
React Compiler 관련 문서(지시어/라이브러리 컴파일/학습 가이드) 번역을 마무리하고, 내비게이션 및 문서 문구를 한국어에 맞게 정리하는 PR입니다. (#1449 후속)
Changes:
- React Compiler “Compiling Libraries” 문서와 관련 링크/사이드바 항목을 한국어로 정리
"use memo","use no memo"지시어 문서 번역 및 문장/표기 개선- React Compiler 학습 문서 일부 문장/목록 표기(마침표, 코드 포맷팅 등) 정리
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/sidebarReference.json | React Compiler 사이드바 항목의 “Compiling Libraries” 제목을 한국어로 변경 |
| src/content/reference/react/index.md | React 참고서의 React Compiler 섹션 링크 텍스트 업데이트 |
| src/content/reference/react-compiler/directives/use-no-memo.md | "use no memo" 지시어 문서 한국어 번역 |
| src/content/reference/react-compiler/directives/use-memo.md | "use memo" 지시어 문서 문구/표현 다듬기 |
| src/content/reference/react-compiler/directives.md | 지시어 개요 문서 문장/표기 정리 및 링크 갱신 |
| src/content/reference/react-compiler/compiling-libraries.md | 라이브러리 사전 컴파일 가이드 한국어 번역 |
| src/content/learn/react-compiler/introduction.md | 소개 문서 일부 표현/표기 개선 |
| src/content/learn/react-compiler/installation.md | 설치 문서의 목록 표기(문장부호 등) 정리 |
| src/content/learn/react-compiler/index.md | React Compiler 학습 인덱스 문구 다듬기 |
| src/content/learn/react-compiler/incremental-adoption.md | 점진적 도입 문서의 지시어 표기/문장 다듬기 |
| src/content/learn/react-compiler/debugging.md | 디버깅 문서 문장 표현 다듬기 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
#1449 에 이어 React Compiler 관련 섹션 번역을 모두 완료하였습니다.
2번 이상의 검수를 거쳤기에, 바로 머지합니다.