주요 콘텐츠로 건너뛰기

"csr" 태그가 포함된 1개의 글개의 글

모든 태그 보기

Client-Side Rendering (CSR): When to Use It

· 22분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

What is Client-Side Rendering (CSR)?

Client-side rendering powers most SPAs by shipping a minimal HTML shell and letting the browser render the UI with JavaScript. This guide breaks down the CSR pipeline, trade-offs, ideal use cases, and concrete ways to improve performance and SEO—using Feature-Sliced Design to keep large CSR apps scalable.