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
@@ -13,7 +13,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[Automatic Batching]], [[React 18]], [[startTransition]]
- **Projects/Contexts:** [[DOM Element Measurement]], [[Form Value Synchronization]]
- **Projects/Contexts:** DOM Element Measurement, Form Value Synchronization
- **Contradictions/Notes:** React 18의 상태 업데이트 제어 방식 중 `flushSync`는 업데이트를 즉시 동기적으로 강제(Force synchronously)하는 반면, `startTransition`은 업데이트를 비긴급(Non-urgent)으로 지정하여 더 높은 우선순위 작업(타이핑, 클릭 등)에 메인 스레드를 양보한다는 점에서 상반된 목적을 가집니다 [1, 2].
---