feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ React 19는 UI의 반응성을 높이고 성능 최적화를 자동화하는 데
## 🔗 Knowledge Connections
- **Related Topics:** [[React Compiler]], [[React Server Components (RSC)]], [[Concurrent Rendering]], [[useTransition]], [[useDeferredValue]]
- **Projects/Contexts:** [[Frontend Performance Optimization]], [[Next.js App Router]]
- **Projects/Contexts:** Frontend Performance Optimization, [[Next.js App Router]]
- **Contradictions/Notes:** React 19의 React Compiler가 수동 메모이제이션 작업의 90% 이상을 자동으로 처리하지만, 타사 라이브러리와의 통합이나 명시적 제어가 필요한 이펙트 의존성 관리를 위해서는 여전히 `useMemo``useCallback`을 수동으로 사용하는 예외 수단(Escape Hatch)이 필요할 수 있습니다 [16-18].
---