feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: FE-SSR-HYDRA-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [react, ssr, hydration, hydration-mismatch, debugging, frontend-performance, nextjs]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Hydration Mismatch and SSR Debugging (수화 불일치 및 SSR 디버깅)]]
|
||||
# Hydration Mismatch and SSR Debugging (수화 불일치 및 SSR 디버깅)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "서버가 구워낸 HTML과 클라이언트가 렌더링한 초기 결과물이 1비트라도 다를 때 발생하는 경고를 무시하지 말고, 정적 일관성을 확보하여 불필요한 전체 리렌더링의 늪에서 탈출하라" — SSR 환경에서 서버와 클라이언트 간의 렌더링 트리 정합성을 유지하기 위한 기술적 가이드.
|
||||
@@ -28,5 +28,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 모든 SSR 컴포넌트에 대해 'Zero Hydration Warning' 정책을 시행하며, 브라우저 전용 로직은 반드시 전용 커스텀 훅(`useIsMounted`)을 통해서만 처리하도록 강제함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Web-Rendering-Strategies-CSR-vs-SSR]], [[Server-Side-Rendering-SSR]], [[Nextjs-App-Router-Architecture]], [[Frontend-Debugging-and-Testing]]
|
||||
- **Raw Source:** [[00_Raw/Hydration Mismatch.md]]
|
||||
- [[Web-Rendering-Strategies-CSR-vs-SSR]], Server-Side-Rendering-SSR, [[Nextjs-App-Router-Architecture]], [[Frontend-Debugging-and-Testing]]
|
||||
- **Raw Source:** 00_Raw/Hydration Mismatch.md
|
||||
|
||||
Reference in New Issue
Block a user