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
@@ -18,7 +18,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[BEM (Block Element Modifier)]], [[CSS Modules]], [[Tailwind CSS]], [[Flexbox]], [[CSS Grid]], [[Container Queries]], [[Fluid Typography]], [[Design Tokens]], [[Reflow and Repaint]]
- **Projects/Contexts:** [[Design System Implementation]], [[Mobile-First Responsive Web]], [[Hybrid Styling Strategy]], [[React Server Components (RSC) Environment]]
- **Projects/Contexts:** Design System Implementation, Mobile-First Responsive Web, Hybrid Styling Strategy, React Server Components (RSC) Environment
- **Contradictions/Notes:** Tailwind CSS는 빠른 렌더링과 일관성 유지에 강력하지만 긴 클래스명으로 인해 HTML 가독성이 떨어진다는 단점이 지적되며, CSS Modules는 완벽한 캡슐화를 제공하지만 파일 분리에 따른 컨텍스트 스위칭이 단점이라는 서로 다른 장단점으로 인해 실무에서는 두 방식을 섞어 쓰는 방식이 등장하고 있습니다 [16, 44-46]. 또한, 기존에 인기를 끌던 런타임 CSS-in-JS (Styled-components 등)는 강력한 동적 스타일링 기능을 가졌으나 렌더링 성능 오버헤드와 React Server Components 호환성 문제로 인해 최신 프레임워크 아키텍처에서는 CSS Modules나 Zero-runtime 방식으로 밀려나고 있는 추세입니다 [47-51].
---