인프런 커뮤니티 질문&답변
nextjs 폴더구조 다르신분(pages/, styles/ 없는분)
작성
·
3.3K
·
수정됨
퀴즈
What is the difference in the initial page loading process between CSR and SSR?
CSR loads HTML first, SSR loads JS first
CSR: Empty HTML then JS, SSR: Rendered HTML loads immediately.
CSR is data fetching first, SSR is UI first
CSR is rendered on the server, SSR is rendered on the client







아~~ 내려받을때 물어보는게 저런용도였군요 ㅎㅎ
감사합니다.