React Server Components (RSC) run only on the server. They can directly access databases, file systems, and secrets without exposing them to the client. RSC reduce JavaScript bundle size by keeping server-only code off the client. Combined with Client Components ("use client"), they create a powerful hybrid rendering model.
The 5-Mode Loop
5 of 5 modes available
Read · See · Animate · Test · Build
Before this, understand: hooks