Skip to content

Conversation

@lumirlumir
Copy link
Collaborator

@lumirlumir lumirlumir commented Jan 31, 2026

#1449 에 이어 React Compiler 관련 섹션 번역을 모두 완료하였습니다.

2번 이상의 검수를 거쳤기에, 바로 머지합니다.

@vercel
Copy link

vercel bot commented Jan 31, 2026

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

Project Deployment Actions Updated (UTC)
ko-react-dev Building Building Preview, Comment Jan 31, 2026 10:49am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ko-legacy-reactjs-org Ignored Ignored Preview Jan 31, 2026 10:49am

Request Review

@github-actions
Copy link

github-actions bot commented Jan 31, 2026

Size changes

Details

📦 Next.js Bundle Analysis for undefined

This analysis was generated by the Next.js Bundle Analysis action. 🤖

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/[[...markdownPath]] 136.09 KB (-9 B) 246.27 KB
Details

Only 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 next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

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.

Copy link

Copilot AI left a 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.

@lumirlumir lumirlumir merged commit 7a88505 into main Jan 31, 2026
6 checks passed
@lumirlumir lumirlumir deleted the docs/translate-react-compiler-use-nomemo-compiling-libraries branch January 31, 2026 10:59
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.

[번역 필요]: API 참고서 > React Compiler > Directives > use no memo

1 participant