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
@@ -25,7 +25,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[Zero-runtime CSS-in-JS]], [[Design Tokens]], [[CSS Modules]], [[Tailwind CSS]], [[Reflow and Repaint]]
- **Projects/Contexts:** [[React Server Components (RSC) 도입 환경]], [[대규모 엔터프라이즈 프론트엔드 플랫폼 (Large Enterprise Frontend Platforms)]]
- **Projects/Contexts:** React Server Components (RSC) 도입 환경, 대규모 엔터프라이즈 프론트엔드 플랫폼 (Large Enterprise Frontend Platforms)
- **Contradictions/Notes:** 컴포넌트의 동적 스타일링과 테마 적용에 있어 런타임 CSS-in-JS(styled-components 등)가 가장 원활한 개발자 경험을 제공한다고 평가되기도 하지만 [2, 32], 실제 대규모 웹 애플리케이션 및 모던 프레임워크(특히 Next.js App Router) 환경에서는 런타임 오버헤드와 호환성 문제로 인해 정적 CSS 추출 방식(Tailwind, CSS Modules, vanilla-extract 등)으로 회귀하거나 전환하는 것이 현재 산업의 명확한 흐름입니다 [3, 8, 13, 33, 34].
---