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
@@ -10,8 +10,8 @@
- **동시성 및 점진적 렌더링 달성:** 타임 슬라이싱은 동시성 렌더링(Concurrent Rendering) 및 점진적 렌더링(Incremental Rendering)과 결합하여, 복잡하고 무거운 업데이트가 발생하더라도 애플리케이션이 항상 부드럽고 응답성 있게 동작하도록 보장합니다 [1, 8].
## 🔗 Knowledge Connections
- **Related Topics:** [[React Fiber Architecture]], [[Concurrent Rendering]], [[Lanes Priority System]], [[Incremental Rendering]]
- **Projects/Contexts:** [[React Scheduler]]
- **Related Topics:** [[React Fiber Architecture]], [[Concurrent Rendering]], Lanes Priority System, Incremental Rendering
- **Projects/Contexts:** React Scheduler
- **Contradictions/Notes:** 소스 내에서 타임 슬라이싱과 관련하여 상충되는 정보는 없습니다.
---