1.2 KiB
1.2 KiB
id, title, category, status, canonical_id, duplicate_of, aliases, source_trust_level, confidence_score, verification_status, tags, last_reinforced, github_commit
| id | title | category | status | canonical_id | duplicate_of | aliases | source_trust_level | confidence_score | verification_status | tags | last_reinforced | github_commit | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wiki-2026-0508-클라이언트-사이드-렌더링-csr | 클라이언트 사이드 렌더링 (CSR) | 10_Wiki/Topics | duplicate | client-side-rendering | Client-Side Rendering (CSR) | A | 0.9 | redirected |
|
2026-05-10 | pending |
클라이언트 사이드 렌더링 (CSR)
이 문서는 Client-Side Rendering (CSR) 의 중복본입니다. Canonical 문서로 redirect.
핵심 요약
- 매 browser 에서 JS bundle 로 DOM 의 build — 매 empty
<div id="root">shell + 매 React/Vue/Svelte runtime. - 매 SPA 의 default — 매 fast subsequent navigation · 매 slow initial paint (TTI) · 매 weak SEO.
- 매 modern alternative: 매 SSR · 매 SSG · 매 RSC · 매 Islands (Astro/Qwik).
🔗 Graph
- 부모: Client-Side Rendering (CSR) (canonical)
- Adjacent: Server-Side Rendering (SSR) · Single Page Application (SPA) · Hydration
🕓 변경 이력
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |