if you are rendering with ssr or ssg, the component in app would be server component .when we pass server component to client component the server component renders on server and along with placeholder in client component is sent to client where further rendering takes place.
if you are rendering with csr entire render process takes place on client