Skip to content

Update README revalidation docs#17

Open
kporras07 wants to merge 1 commit intomainfrom
readme-cleanup
Open

Update README revalidation docs#17
kporras07 wants to merge 1 commit intomainfrom
readme-cleanup

Conversation

@kporras07
Copy link
Copy Markdown
Contributor

@kporras07 kporras07 commented Feb 24, 2026

Summary

  • Replace generic tag-based invalidation section with router-specific revalidation guidance
  • App Router: document standard next/cache revalidateTag/revalidatePath usage (no handler-specific code needed)
  • Page Router: document path-based revalidation via a secured POST API route with secret token validation
  • Remove duplicate Configuration section

Replace the generic tag-based invalidation section with router-specific
guidance: App Router uses standard next/cache functions (revalidateTag,
revalidatePath) with no handler-specific code needed, and Page Router
supports path-based revalidation via a secured POST API route. Also
removes duplicate Configuration section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants