What problem do React Server Components solve?
RSC lets you render components on the server with zero JS shipped to the client. They solve three things: bundle bloat from heavy formatting libraries, waterfall data fetching, and direct-to-database access without an extra API layer.