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
@@ -24,7 +24,7 @@ React의 Lane Model은 동시성 렌더링(Concurrent Rendering) 및 작업 스
## 🔗 Knowledge Connections
- **Related Topics:** [[React Fiber Architecture]], [[Concurrent Rendering]], [[Reconciliation]], [[Time-Slicing]]
- **Projects/Contexts:** [[React Scheduler]], [[useTransition]], [[useDeferredValue]]
- **Projects/Contexts:** React Scheduler, [[useTransition]], [[useDeferredValue]]
- **Contradictions/Notes:** 소스 내에 특별한 모순점은 발견되지 않았습니다. Lane Model은 과거 React의 동기식 차단(Synchronous Blocking) 렌더링의 한계를 극복하고 긴급한 상호작용과 긴급하지 않은 UI 전환을 효율적으로 분류하기 위해 Fiber 아키텍처와 함께 도입된 구조로 일관되게 설명되고 있습니다 [1-3, 11].
---