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
@@ -19,7 +19,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[Design Tokens]], [[Atomic Design]], [[Compound Components]], [[Monorepo]], [[Feature-Sliced Design (FSD)]], [[Tailwind CSS]], [[Styled Components]]
- **Projects/Contexts:** [[Uber Base Web]], [[Shopify Polaris]], [[Next.js App Router (RSC)]]
- **Projects/Contexts:** [[Uber Base Web]], [[Shopify Polaris]], Next.js App Router (RSC)
- **Contradictions/Notes:** 소스 [7, 9, 29]는 대규모 및 서버 사이드(SSR/RSC) 환경에서 런타임 비용이 없고 번들 크기가 작은 Tailwind CSS(정적 유틸리티 방식)가 성능면에서 우수하다고 주장합니다. 그러나 소스 [10, 30]에서는 Styled Components가 컴포넌트 내부에서 동적 상태(Props)에 따른 스타일 변경이 필요하거나 복잡한 런타임 테마 전환이 필요한 애플리케이션에서는 높은 유연성과 개발자 경험(DX)을 제공한다고 반론하며 각 기술의 트레이드오프를 명확히 보여줍니다.
---