Server components, SSR, SSG, and data fetching strategies.
Techniques for fetching data in server and client components.
Tradeoffs between server-side and static generation.
Understand when to render on the server vs the client. Use server components for data-fetching and performance benefits where appropriate.