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

02-app>02-api-reference>04-functions>use-pathname #281

Closed
wants to merge 0 commits into from
Closed

02-app>02-api-reference>04-functions>use-pathname #281

wants to merge 0 commits into from

Conversation

jungyeon-rgb
Copy link

@jungyeon-rgb jungyeon-rgb commented Jun 26, 2023

기여자용

문서 개선

Progress


For example, a Client Component with `usePathname` will be rendered into HTML on the initial page load. When navigating to a new route, this component does not need to be re-fetched. Instead, the component is downloaded once (in the client JavaScript bundle), and re-renders based on the current state.
예를 들어, `usePathname`을 사용하는 클라이언트 컴포넌트는 초기 페이지 로드 시 HTML로 렌더링 됩니다. 새로운 경로로 이동할 때, 이 컴포넌트는 다시 가져올 필요가 없습니다. 대신, 컴포넌트는 한 번만 (클라이언트 자바스크립트 번들에서) 내려받게 되고 현재 스테이트에 따라 다시 렌더링 됩니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

스테이트 보다는 상태라고 표현하는게 어떨까요?

Copy link
Author

Choose a reason for hiding this comment

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

이 사항에 대해서는 오픈 채팅방에 문의를 드렸었고,

state는 스테이트로 번역한 사례가 있어 스테이트라고 작성하시면 될 것 같다고 하셔서 스테이트라고 작성해 두었는데 상태라고 변경하는 것이 좋을까요?

#180 (comment)

Copy link
Contributor

Choose a reason for hiding this comment

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

그렇군요! 그 부분은 다른분들의 의견을 들어보는것도 좋은것 같네요! 공유 감사합니다 😃

Copy link
Author

Choose a reason for hiding this comment

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

네! 번역하면 안되는 용어 참고해서 스테이트라고 작성했습니다 😁

@ChanghyeonYoon ChanghyeonYoon added the documentation 문서 작업 label Jun 27, 2023
@jungyeon-rgb jungyeon-rgb mentioned this pull request Jun 28, 2023
@devyuriii devyuriii linked an issue Jun 29, 2023 that may be closed by this pull request
@chaejunlee chaejunlee self-requested a review July 2, 2023 09:20
Copy link
Contributor

@chaejunlee chaejunlee left a comment

Choose a reason for hiding this comment

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

기여해주셔서 감사합니다. 커멘트 확인해주시고 수정 부탁드립니다!

@@ -1,9 +1,9 @@
---
title: usePathname
description: API Reference for the usePathname hook.
description: usePathname hook에 대한 API 참조입니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
description: usePathname hook에 대한 API 참조입니다.
description: usePathname 훅에 대한 API 레퍼런스입니다.

레퍼런스로 통일하고 있습니다!

---

`usePathname` is a **Client Component** hook that lets you read the current URL's **pathname**.
`usePathname`은 현재 URL의 **경로이름**을 읽을 수 있는 **클라이언트 컴포넌트** hook이다.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
`usePathname`은 현재 URL의 **경로이름**을 읽을 수 있는 **클라이언트 컴포넌트** hook이다.
`usePathname`은 현재 URL의 **경로이름**을 읽을 수 있는 **클라이언트 컴포넌트** 훅입니다.

영어를 최소화하되 영어 발음 그대로 작업 중입니다.


`usePathname` returns a string of the current URL's pathname. For example:
`usePathname`은 현재 URL의 경로 이름의 문자열로 반환합니다. 예시:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
`usePathname`은 현재 URL의 경로 이름의 문자열로 반환합니다. 예시:
`usePathname`은 현재 URL의 경로 이름의 문자열로 반환합니다.

:는 지양하고 있습니다.

| --------- | ------------------------- |
| `v13.0.0` | `usePathname` introduced. |
| `v13.0.0` | `usePathname` 안내. |
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
| `v13.0.0` | `usePathname` 안내. |
| `v13.0.0` | `usePathname` 도입. |


### Do something in response to a route change
### 경로 변경에 대응하는 작업
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
### 경로 변경에 대응하는 작업
### 경로 변경에 응답하는 작업 수행하기

@jungyeon-rgb
Copy link
Author

@ChanghyeonYoon 리뷰반영 완료했습니다 :)

@chaejunlee
Copy link
Contributor

chaejunlee commented Jul 5, 2023

@jungyeon-rgb 현재 jungyeon-rgb:main에서 커멘트 드린 내용에 대해 수정한 내용이 확인되기는 합니다. 하지만 수정하신 내용이 본 PR에는 반영되지 않은 것으로 보입니다. 확인 부탁드립니다.

@jungyeon-rgb
Copy link
Author

@chaejunlee 새로운 커밋을 푸시했는데 지금은 확인되시나요?

@chaejunlee
Copy link
Contributor

@jungyeon-rgb 현재 files changed가 5000개가 넘는 것으로 확인됩니다.

필요한 번역 외에 다른 수정 사항이 너무 많아 해당 PR을 머지하기 어렵습니다.

문제의 커밋(9496bca)의 내역을 revert해주시거나 할당 받은 부분만 번역해서 다시 PR을 올려주실 수 있을까요?

죄송합니다..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use-pathname.mdx
4 participants