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
+3 -3
View File
@@ -5,7 +5,7 @@ tags: [React, Hooks, useEffect, Custom Hooks]
created: 2026-04-20
---
# [[React_Hooks_Deep_Dive]] (리액트 훅 심화)
# [[React_Hooks_Deep_Dive|React_Hooks_Deep_Dive]] (리액트 훅 심화)
## 📌 한 줄 통찰 (The Karpathy Summary)
> 훅은 단순히 함수를 재사용하는 것이 아니라, 컴포넌트의 생애 주기와 논리를 '선언적'으로 결합하는 고도의 동기화 기제다.
@@ -22,5 +22,5 @@ created: 2026-04-20
- `useEffect` 내에서 무분별하게 상태를 업데이트하면 무한 루프나 성능 저하가 발생한다. 가능하면 `useMemo``useCallback`으로 계산 결과를 캐싱하거나, 상태 업데이트 로직을 `useReducer`로 위임하라.
## 🔗 지식 연결 (Graph)
- Related: [[React_Performance_Optimization]] , [[React_State_Management_Strategy]]
- Context: [[WebWorker_Performance]]
- Related: [[React_Performance_Optimization|React_Performance_Optimization]] , [[React_State_Management_Strategy|React_State_Management_Strategy]]
- Context: [[WebWorker_Performance|WebWorker_Performance]]