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
@@ -23,8 +23,8 @@ React의 차선 모델(Lane Model)은 Concurrent 렌더링을 지원하기 위
이러한 차선 모델은 React 18 및 19에서 무거운 연산 중에도 UI가 반응성을 유지하도록 돕는 `useTransition``useDeferredValue`와 같은 동시성(Concurrent) 기능을 가능하게 하는 핵심 기반 아키텍처입니다 [5].
## 🔗 Knowledge Connections
- **Related Topics:** [[React Fiber Architecture]], [[Concurrent Rendering]], [[React Scheduler]], [[useTransition & useDeferredValue]]
- **Projects/Contexts:** [[React 16, 18, 19 Rendering Updates]]
- **Related Topics:** [[React Fiber Architecture]], [[Concurrent Rendering]], React Scheduler, useTransition & useDeferredValue
- **Projects/Contexts:** React 16, 18, 19 Rendering Updates
- **Contradictions/Notes:** 소스 간의 모순된 주장은 없으며, 제공된 모든 소스는 React 스케줄러와 차선 모델이 사용자 경험을 저해하는 렌더링 블로킹을 해소하고 성능을 최적화하는 데 필수적인 역할을 한다는 점에 동의합니다.
---