Skip to content

docs: translate remaining English comments in useTransition reference#1532

Open
lee-eojin wants to merge 1 commit into
reactjs:mainfrom
lee-eojin:docs/translate-useTransition-comments
Open

docs: translate remaining English comments in useTransition reference#1532
lee-eojin wants to merge 1 commit into
reactjs:mainfrom
lee-eojin:docs/translate-useTransition-comments

Conversation

@lee-eojin

Copy link
Copy Markdown
Contributor

translate remaining English comments in useTransition reference

reference/react/useTransition 페이지의 예시코드 중에 일부 주석이 영문 그대로 남아 있었습니다. 같은 페이지의 다른 예시에는 이미 번역된 동일/유사 주석이 있어, 그 표현에 맞춰 일관되게 번역했습니다.

- // To expose an action prop, await the callback in startTransition.
+ // action prop을 노출하려면 startTransition 내부 콜백에서 await 하세요.
  
- // await the action that's passed in.
- // This allows it to be either sync or async.
+ // 전달받은 action을 await 합니다.
+ // 이렇게 하면 동기든 비동기든 모두 처리할 수 있습니다.

- // For demonstration purposes to show Error Boundary
+ // Error Boundary를 보여주기 위한 예시입니다.
  
- // Intentionally not passing a comment
- // so error gets thrown
+ // 의도적으로 comment를 전달하지 않아
+ // 에러가 발생하도록 합니다.
  
- // Store the actual quantity in separate state to show the mismatch.
+ // 불일치를 보여주기 위해 실제 수량을 별도의 state에 저장합니다.
  
- // Return the new quantity to update the state
+ // state를 업데이트하기 위해 새로운 수량을 반환합니다.
  
- // Initial quantity
+ // 초기 수량

- // Update the quantity in an Action.
+ // 수량을 업데이트하는 Action입니다.
  
- // Simulate every other request being slower
+ // 매번 다른 요청이 더 느리게 반환되도록 시뮬레이션합니다.

필수 확인 사항

선택 확인 사항

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

@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
ko-legacy-reactjs-org Building Building Preview, Comment Jun 14, 2026 8:34am
ko-react-dev Building Building Preview, Comment Jun 14, 2026 8:34am

Request Review

@github-actions

Copy link
Copy Markdown

Size changes

Details

📦 Next.js Bundle Analysis for undefined

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

This PR introduced no changes to the JavaScript bundle! 🙌

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.

1 participant