#server-components
2 snippets tagged with #server-components
typescriptbeginner
Cached Fetch with Revalidation
Fetch external data in Server Components with time-based revalidation and error boundaries.
#fetch#caching
typescriptintermediate
NextAuth Session Check Pattern
Check authentication status in Server Components and redirect unauthorized users with NextAuth.js.
#authentication#nextauth