docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [React, Patterns, Resilience, Reliability]
last_reinforced: 2026-04-20
---
# [[Error-Boundary-Pattern]] (에러 바운더리 패턴)
# [[Error-Boundary-Pattern|Error-Boundary-Pattern]] (에러 바운더리 패턴)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "하나의 컴포넌트가 무너진다고 앱 전체가 폭발하게 두지 마라." 하위 컴포넌트의 자바스크립트 에러를 감지하여 차단막을 치고, 대신 우아한 대체 화면(Fallback UI)을 보여주는 웹 프론트엔드의 방화벽이다.