docs(wiki): fix translation typos in Brief Summary and organize stray files into directories

This commit is contained in:
Antigravity Agent
2026-05-04 15:23:55 +09:00
parent 343107a49f
commit d9b5337388
102 changed files with 157 additions and 152 deletions
@@ -8,7 +8,7 @@ last_updated: 2026-05-04
# Reusable Components
## 📌 Brief Summary
## 📌 Brief Summary
재사용 가능한 컴포넌트(Reusable Components)는 애플리케이션 개발 시 코드 중복을 줄이고 개발 효율성을 높이기 위해 고안된 독립적이고 모듈화된 UI 및 논리 단위입니다 [1, 2]. 최신 프론트엔드 프레임워크(React, Vue 등)에서는 합성 컴포넌트(Compound Components), 커스텀 훅(Custom Hooks), 컴포저블(Composables)과 같은 다양한 디자인 패턴을 활용하여 로직과 뷰를 캡슐화합니다 [3-5]. 이를 통해 대규모 시스템 전반에 걸쳐 일관된 사용자 경험을 유지하고 유지보수성을 극대화할 수 있습니다 [1, 2].
## 📖 Core Content