Skip to content

Conversation

y0ungchoi
Copy link
Contributor

@y0ungchoi y0ungchoi commented Oct 1, 2025

이슈번호: #1307

react 19 upgrade guide 번역

  • 블로그 포스트 React 19 Upgrade Guide를 번역
  • 다른 포스트에 사용된 "리듀서"를 "reducer"로 통일 -> API 번역 문서와 다른 포스트에서도 reducer로 주로 사용되고 있습니다.

필수 확인 사항

선택 확인 사항

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

Copy link

vercel bot commented Oct 1, 2025

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

Project Deployment Preview Comments Updated (UTC)
ko-react-dev Building Building Preview Comment Oct 2, 2025 3:01pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
ko-legacy-reactjs-org Ignored Ignored Preview Oct 2, 2025 3:01pm

Copy link

github-actions bot commented Oct 1, 2025

Size changes

📦 Next.js Bundle Analysis for undefined

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

Five Pages Changed Size

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

Page Size (compressed) First Load
/404 130.53 KB (-5 B) 240.98 KB
/500 130.53 KB (-5 B) 240.98 KB
/[[...markdownPath]] 132.6 KB (-5 B) 243.04 KB
/errors 130.67 KB (-5 B) 241.12 KB
/errors/[errorCode] 130.65 KB (-5 B) 241.09 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.

@lumirlumir lumirlumir linked an issue Oct 1, 2025 that may be closed by this pull request
gnujoow
gnujoow previously approved these changes Oct 1, 2025
Update descriptions and formatting in the React 19 upgrade guide.
Updated Korean text for clarity and consistency in the React 19 upgrade guide.
Clarified the explanation of Suspense improvements in React 19, removing redundant text and enhancing readability.
Update the section on 'ref' cleanup and clarify the impact of changes on legacy code.
Updated useReducer syntax for clarity and specificity.
Update useReducer type annotations and recommend typing for inline reducer functions.
Copy link
Collaborator

@lumirlumir lumirlumir left a comment

Choose a reason for hiding this comment

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

LGTM. 기여 감사합니다.

@lumirlumir lumirlumir merged commit c78e18d into reactjs:main Oct 2, 2025
6 checks passed
@y0ungchoi
Copy link
Contributor Author

@lumirlumir 꼼꼼하게 봐주셔서 감사합니다! 다음에는 수정해 주신 부분들을 유의해서 번역하도록 하겠습니다 :)

@y0ungchoi y0ungchoi deleted the translate-react-19-upgrade-guide branch October 2, 2025 15:47
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.

[번역 필요]: blog -> React 19 Upgrade Guide

4 participants