Skip to content

Commit 108bc23

Browse files
authored
docs: translate useDeferredValue.md (#1269)
<!-- PR을 보내주셔서 감사합니다! 여러분과 같은 기여자들이 React를 더욱 멋지게 만듭니다! 기존 이슈와 관련된 PR이라면, 아래에 이슈 번호를 추가해주세요. --> # useDeferredValue 사용법 섹션 번역 <!-- 어떤 종류의 PR인지 상세 내용을 작성해주세요. --> 원문 링크 : https://ko.react.dev/reference/react/useDeferredValue 해당 이슈: #1266 <img width="795" height="432" alt="스크린샷 2025-08-12 오후 9 04 13" src="https://github.com/user-attachments/assets/79e2d60e-4628-41c9-933b-982341a13b4f" /> - 구버전 한글 번역을 삭제하고, 최신 영문 내용에 맞춰 수정했습니다. - 변경된 링크 : [Next.js] 링크를 최신 문서 경로`(https://nextjs.org/docs/app/getting-started/fetching-data#with-suspense)`로 업데이트했습니다. ## 필수 확인 사항 - [ ] [기여자 행동 강령 규약<sup>Code of Conduct</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CODE_OF_CONDUCT.md) - [ ] [기여 가이드라인<sup>Contributing</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md) - [ ] [공통 스타일 가이드<sup>Universal Style Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md) - [ ] [번역을 위한 모범 사례<sup>Best Practices for Translation</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md) - [ ] [번역 용어 정리<sup>Translate Glossary</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md) - [ ] [`textlint` 가이드<sup>Textlint Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md) - [ ] [맞춤법 검사<sup>Spelling Check</sup>](https://nara-speller.co.kr/speller/) ## 선택 확인 사항 - [ ] 번역 초안 작성<sup>Draft Translation</sup> - [ ] 리뷰 반영<sup>Resolve Reviews</sup>
1 parent f6e9a08 commit 108bc23

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/content/reference/react/useDeferredValue.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,9 @@ function SearchPage() {
8989

9090
이 예시에서는 Suspense 지원 데이터 소스 중 하나를 사용한다고 가정합니다.
9191

92-
- [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/)[Next.js](https://nextjs.org/docs/getting-started/react-essentials) 같이 Suspense가 가능한 프레임워크를 사용한 데이터 가져오기.
92+
- [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/)[Next.js](https://nextjs.org/docs/app/getting-started/fetching-data#with-suspense) 같이 Suspense를 지원하는 프레임워크로 데이터 가져오기.
9393
- [`lazy`](/reference/react/lazy)를 활용한 지연 로딩 컴포넌트.
9494
- [`use`](/reference/react/use)를 사용해서 Promise 값 읽기.
95-
- Data fetching with Suspense-enabled frameworks like [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/) and [Next.js](https://nextjs.org/docs/app/getting-started/fetching-data#with-suspense)
96-
- Lazy-loading component code with [`lazy`](/reference/react/lazy)
97-
- Reading the value of a Promise with [`use`](/reference/react/use)
9895

9996
[Suspense와 그 한계에 대해 자세히 알아보기](/reference/react/Suspense).
10097

0 commit comments

Comments
 (0)