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
@@ -20,7 +20,7 @@ Next.js App Router의 도입과 React Server Components(RSC)의 사용은 프론
## 🔗 Knowledge Connections
- **Related Topics:** [[React Server Components]], [[Tailwind CSS]], [[CSS Modules]], [[Zero-runtime CSS-in-JS]], [[Feature-Driven Architecture]]
- **Projects/Contexts:** [[Next.js Scalable Architecture]], [[App Router Migration]]
- **Projects/Contexts:** Next.js Scalable Architecture, App Router Migration
- **Contradictions/Notes:** 기존 Next.js Pages Router 환경에서는 `styled-components``Emotion` 기반의 CSS-in-JS가 문제없이 작동하고 마이그레이션할 필요가 없지만, App Router 환경으로 전환할 때에는 구조적 한계로 인해 Tailwind CSS, CSS Modules 또는 `vanilla-extract` 중 하나로 스타일링 방식을 전환할 것을 반드시 계획해야 합니다 [3].
---