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
@@ -21,7 +21,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[BEM]], [[CSS Modules]], [[CSS-in-JS]], [[Tailwind CSS]], [[디자인 시스템(Design Systems)]], [[Container Queries]]
- **Projects/Contexts:** [[대규모 프론트엔드 프로젝트(Large Frontend Projects)]], [[모던 React/Vue 애플리케이션 구조]]
- **Projects/Contexts:** [[대규모 프론트엔드 프로젝트(Large Frontend Projects)]], 모던 React/Vue 애플리케이션 구조
- **Contradictions/Notes:** 컴포넌트 스타일링 방식에서 Tailwind CSS는 개발 속도를 높이고 컴포넌트와 스타일을 함께 관리할 수 있지만 JSX 마크업이 매우 길어질 수 있는 단점이 있다. 반면, CSS Modules나 SCSS는 마크업을 깔끔하게 유지하고 복잡한 애니메이션을 다루기 좋으나, 스타일 파일과 컴포넌트 파일을 오가야 하는 컨텍스트 스위칭(Context switching) 비용이 발생하므로 프로젝트의 성격과 팀의 구성에 따라 적절한 선택이 필요하다 [12, 14, 15, 24, 25].
---