New: We've launched a brand new Coding Challenges section! Check out these interactive, real-world exercises to level up your skills.Explore Challenges
FrontendPrep
Back to Next.js Quizzes
Next.js Quiz

React Server Components (RSCs) & Rendering

Deep dive into Server vs Client Components, RSC rendering lifecycles, serialization boundaries, and Server Actions.

Question 1 of 100%

If a component file has no "use client" or "use server" directive, what does it default to in the App Router?