Summarize the differences between server components and client components in a sentence.
AI
Server components render on the server and ship as serialized output with no JavaScript, while client components hydrate in the browser and own all interactive state.