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
@@ -5,7 +5,7 @@ tags: [State Management, React Query, SSOT, Architecture]
created: 2026-04-20
---
# [[React_State_Management_Strategy]] (상태 관리 전략)
# [[React_State_Management_Strategy|React_State_Management_Strategy]] (상태 관리 전략)
## 📌 한 줄 통찰 (The Karpathy Summary)
> 상태는 '어디든' 있을 수 있지만, '아무데나' 있어서는 안 된다. 상태의 생명주기와 전파 범위에 따라 명확한 거주지를 결정하라.
@@ -24,5 +24,5 @@ created: 2026-04-20
- 무조건적인 전역 상태 지상주의는 'Prop Drilling'보다 위험할 수 있다. 컴포넌트 간의 의존성이 암시적으로 얽히기 때문이다. 상태는 되도록 사용하는 곳에서 가장 가깝게 위치시켜라.
## 🔗 지식 연결 (Graph)
- Related: [[Single_Source_of_Truth]] , [[API_Communication_Patterns]]
- Foundation: [[React_Hooks_Deep_Dive]]
- Related: [[Single_Source_of_Truth|Single_Source_of_Truth]] , [[API_Communication_Patterns|API_Communication_Patterns]]
- Foundation: [[React_Hooks_Deep_Dive|React_Hooks_Deep_Dive]]