React Interview

Question

Как работают Server и Client Components в Next.js?

Editor
export default function App() {
  return <h1>Solve the task here</h1>;
}