Learn when to use server and client components in Next.js. Understand the benefits of each type, like data fetching and access to backend resources for server components, and adding interactivity and using browser APIs for client components. Discover patterns, such as sharing data between components, preventing server code in
Table of contents
Permalink When to Use Each TypePermalink Server Component PatternsPermalink Client Component Patterns2 Comments
Sort: