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 > revalidateTag.mdx #274

Merged
merged 2 commits into from
Jul 11, 2023
Merged

02-app > 02-api-reference > 04-functions > revalidateTag.mdx #274

merged 2 commits into from
Jul 11, 2023

Conversation

skawnkk
Copy link
Contributor

@skawnkk skawnkk commented Jun 26, 2023

기여자용

문서 개선

Progress

@skawnkk skawnkk requested a review from ChanghyeonYoon as a code owner June 26, 2023 13:31
@skawnkk skawnkk changed the title [docs] 변역초안작성 02-app > 02-api-reference > 04-functions > revalidateTag.mdx Jun 26, 2023
@ChanghyeonYoon ChanghyeonYoon added the documentation 문서 작업 label Jun 27, 2023
@devyuriii
Copy link
Contributor

ref #99

Copy link
Contributor

@Samsam-lee Samsam-lee left a comment

Choose a reason for hiding this comment

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

예제를 몇 가지 삭제하신 것 같은데 그대로 반영하는 편이 좋을 것 같아요!
그리고 리뷰 반영해주시고 체크 해주세요!

---

`revalidateTag` allows you to revalidate data associated with a specific cache tag. This is useful for scenarios where you want to update your cached data without waiting for a revalidation period to expire.
`revalidateTag`는 특정 캐시 태그와 연관된 데이터를 재검증할 수 있도록 합니다. 이 기능은 재검증 기간이 만료될 때까지 기다리지 않고 캐시된 데이터를 업데이트하려는 상황에 유용합니다.
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
`revalidateTag`는 특정 캐시 태그와 연관된 데이터를 재검증할 수 있도록 합니다. 이 기능은 재검증 기간이 만료될 때까지 기다리지 않고 캐시된 데이터를 업데이트하려는 상황에 유용합니다.
`revalidateTag`는 특정 캐시 태그와 연관된 데이터를 재검증할 수 있습니다. 이 기능은 재검증 기간이 만료될 때까지 기다리지 않고 캐시 데이터를 업데이트하려는 상황에 유용합니다.

```

> **Good to know**:
> **알아두면 좋은 정보**:
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
> **알아두면 좋은 정보**:
> **참고 사항**:


You can add tags to `fetch` as follows:
다음과 같이 tags를 `fetch`에 추가할 수 있습니다.
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
다음과 같이 tags를 `fetch`에 추가할 수 있습니다.
다음과 같이 `fetch` tags를 추가할 수 있습니다.

@skawnkk
Copy link
Contributor Author

skawnkk commented Jun 30, 2023

예제를 지운 건 동일한 코드가 두번 나열되어 있어 잘못된것으로 생각했는데 오해했나보네요. 다시 돌려두었고 리뷰반영했습니다 ! @Samsam-lee

@skawnkk skawnkk removed their assignment Jul 1, 2023
@yoo-jimin127 yoo-jimin127 self-requested a review July 11, 2023 09:28
Copy link
Contributor

@yoo-jimin127 yoo-jimin127 left a comment

Choose a reason for hiding this comment

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

LGTM!! 수고 많으셨습니다 :) 👍
추가로 할당 희망하시는 티켓은 이슈에 남겨주세요!!

@yoo-jimin127 yoo-jimin127 merged commit a6c7b84 into Nextjs-kr:main Jul 11, 2023
@yoo-jimin127 yoo-jimin127 mentioned this pull request Jul 11, 2023
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.

6 participants