본문 바로가기
Programming/Next.js

[Next.js] 4가지 주요 렌더링 기법

by SheenaKaze 2024. 9. 30.

1. CSR(Client Side Rendering)

2. SSG (Static Site Rendering)

3. ISR (Incremental Static Regeneration)

4. SSR (Server Side Rendering)