React Server Components allow rendering components on the server.
Benefits
- Smaller bundle size
- Direct database access
- Streaming and Suspense
- Improved SEO
When to use
- Data fetching components
- Heavy components (markdown, syntax highlight)
- Non-interactive components