Skip to content
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

[번역 중복]: useDeferredValue 페이지 #927

Closed
jsleemaster opened this issue May 30, 2024 · 1 comment · Fixed by #1036
Closed

[번역 중복]: useDeferredValue 페이지 #927

jsleemaster opened this issue May 30, 2024 · 1 comment · Fixed by #1036
Assignees
Labels
typo 문서 내 오타 혹은 깨진 링크 등에 대한 논의

Comments

@jsleemaster
Copy link

jsleemaster commented May 30, 2024

Summary

안녕하세요
useDeferredValue
image

주의 사항 첫 번째 문단에 같은 내용이 영어로 한번 한국어로 한번 들어가 있는 것으로 확인됩니다.

Page

https://ko.react.dev/reference/react/useDeferredValue

Details

The values you pass to useDeferredValue should either be primitive values (like strings and numbers) or objects created outside of rendering. If you create a new object during rendering and immediately pass it to useDeferredValue, it will be different on every render, causing unnecessary background re-renders.
번역 :
useDeferredValue에 전달하는 값은 문자열이나 숫자와 같은 원시값이거나 렌더링 외부에서 생성된 객체여야 합니다. 렌더링 중에 새 오브젝트를 생성하고 즉시 useDeferredValue에 전달하면 렌더링할 때마다 값이 달라져 불필요한 백그라운드 재렌더링이 발생할 수 있습니다.

@hg-pyun
Copy link
Member

hg-pyun commented May 31, 2024

메인 브랜치와 Sync가 되면서, 새로 추가된 부분에 대해선 별도 병합처리를 하지 않아서 그런 것 같습니다. 새 문장을 번역한 것을 넣으면 좋을 것 같군요.

@hg-pyun hg-pyun added the need translation 번역이 필요한 문서에 대한 논의 label May 31, 2024
@lumirlumir lumirlumir self-assigned this Aug 29, 2024
@lumirlumir lumirlumir added typo 문서 내 오타 혹은 깨진 링크 등에 대한 논의 and removed need translation 번역이 필요한 문서에 대한 논의 labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typo 문서 내 오타 혹은 깨진 링크 등에 대한 논의
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants