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
@@ -15,7 +15,7 @@ Zero-runtime CSS-in-JS는 JavaScript 최우선 스타일링의 개발자 인체
## 🔗 Knowledge Connections
- **Related Topics:** [[React Server Components (RSC)]], [[CSS-in-JS]], [[Tailwind CSS]], [[Design Tokens]], [[Next.js App Router]]
- **Projects/Contexts:** [[vanilla-extract]], [[대규모 디자인 시스템(Large Design Systems)]]
- **Projects/Contexts:** [[vanilla-extract]], 대규모 디자인 시스템(Large Design Systems)
- **Contradictions/Notes:** 기존 런타임 CSS-in-JS(예: styled-components)는 컴포넌트 단위의 강력한 동적 스타일링 기능과 편리한 개발자 경험을 제공하지만 [4], Next.js App Router와 같은 최신 RSC 환경에서는 심각한 성능 저하와 런타임 호환성 문제를 야기하므로 Zero-runtime CSS-in-JS나 Tailwind CSS로 마이그레이션하는 것이 대안으로 제시된다 [3, 8].
---