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
@@ -11,7 +11,7 @@ Dynamic Theming(동적 테마 적용)은 라이트 모드/다크 모드 또는
## 🔗 Knowledge Connections
- **Related Topics:** [[Design Tokens]], [[CSS Variables]], [[Styled Components]], [[Tailwind CSS]], [[React Server Components (RSC)]]
- **Projects/Contexts:** [[Scalable Frontend Systems]], [[Component Library Architecture]], [[Design-to-Code Workflow]]
- **Projects/Contexts:** [[Scalable Frontend Systems]], [[Component Library Architecture]], Design-to-Code Workflow
- **Contradictions/Notes:** CSS-in-JS 라이브러리의 `ThemeProvider`는 동적인 테마 적용에 매우 유용하지만, Next.js의 App Router와 같은 React Server Components(RSC) 아키텍처와는 본질적으로 호환되지 않습니다 [14, 15]. 최신 확장성 높은 프론트엔드 환경에서는 이러한 런타임 CSS-in-JS 대신 정적 생성된 CSS 변수나 Tailwind CSS, 혹은 제로 런타임 라이브러리(vanilla-extract) 기반의 테마 시스템을 구축하는 것이 권장됩니다 [13, 15, 17, 18].
---