배경 지식 자료:

출처 및 참고 자료:

https://nextjs.org/docs/app/building-your-application/rendering/server-components#streaming

https://nextjs.org/docs/app/building-your-application/rendering/client-components

Using Next.js for a React app that relies solely on CSR

Next.js의 렌더링은 App router 기준으로 크게 Server Component와 Client Component 두가지 경우로 나눌 수 있다.

Server Component

Benefits of Server Rendering