-
Notifications
You must be signed in to change notification settings - Fork 198
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
Conversation
ref #99 |
There was a problem hiding this 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`는 특정 캐시 태그와 연관된 데이터를 재검증할 수 있도록 합니다. 이 기능은 재검증 기간이 만료될 때까지 기다리지 않고 캐시된 데이터를 업데이트하려는 상황에 유용합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`revalidateTag`는 특정 캐시 태그와 연관된 데이터를 재검증할 수 있도록 합니다. 이 기능은 재검증 기간이 만료될 때까지 기다리지 않고 캐시된 데이터를 업데이트하려는 상황에 유용합니다. | |
`revalidateTag`는 특정 캐시 태그와 연관된 데이터를 재검증할 수 있습니다. 이 기능은 재검증 기간이 만료될 때까지 기다리지 않고 캐시 데이터를 업데이트하려는 상황에 유용합니다. |
``` | ||
|
||
> **Good to know**: | ||
> **알아두면 좋은 정보**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> **알아두면 좋은 정보**: | |
> **참고 사항**: |
|
||
You can add tags to `fetch` as follows: | ||
다음과 같이 tags를 `fetch`에 추가할 수 있습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다음과 같이 tags를 `fetch`에 추가할 수 있습니다. | |
다음과 같이 `fetch`에 tags를 추가할 수 있습니다. |
예제를 지운 건 동일한 코드가 두번 나열되어 있어 잘못된것으로 생각했는데 오해했나보네요. 다시 돌려두었고 리뷰반영했습니다 ! @Samsam-lee |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! 수고 많으셨습니다 :) 👍
추가로 할당 희망하시는 티켓은 이슈에 남겨주세요!!
기여자용
문서 개선
pnpm prettier-fix
를 실행하여 서식 문제를 해결합니다. - 문서 기여 가이드를 읽고 문서 지침을 따르는지 확인하세요: https://github.com/Nextjs-kr/Nextjs.ko/blob/main/packages/next/README.mdProgress
pnpm prettier-fix