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
@@ -12,7 +12,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[Concurrent Rendering]], [[useDeferredValue]], [[Fiber Architecture]], [[Interaction to Next Paint (INP)]], [[startTransition]]
- **Projects/Contexts:** [[Search-as-you-type patterns]], [[Data-heavy Applications]], [[React Performance Optimization]]
- **Projects/Contexts:** Search-as-you-type patterns, Data-heavy Applications, [[React Performance Optimization]]
- **Contradictions/Notes:** 소스에 따르면 UI 업데이트를 지연할 때는 디바운싱(debouncing)보다 `useTransition`이 React의 렌더링 모델에 더 잘 맞아 권장되지만, 잦은 API 호출을 줄이는 것이 목적일 경우에는 여전히 디바운싱을 사용하는 것이 가장 좋다고 구분하여 조언하고 있다 [5].
---