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:** [[Tailwind CSS]], [[Styled-components]], [[React Server Components (RSC)]], [[Core Web Vitals]], [[Compound Components]]
- **Projects/Contexts:** [[Next.js App Router]], [[Tailwind CSS v4 Oxide Engine]]
- **Projects/Contexts:** [[Next.js App Router]], Tailwind CSS v4 Oxide Engine
- **Contradictions/Notes:** 런타임 오버헤드 문제로 인해 Styled-components가 성능 측면에서 불리하다는 지적이 많으나, Styled-components v6 메이저 업데이트에서는 캐싱 및 핫 패스 마이크로 최적화를 통해 부모 컴포넌트의 리렌더링 속도를 최대 3.3배 향상시켰으며, 인라인 스타일 주입 방식을 통해 RSC(React Server Components) 환경에 대한 호환성을 새롭게 추가하여 단점들을 개선했습니다 [22-24].
---