Files
ai-code-app/features/overview.md

363 B

Features Overview

src/features는 프로젝트 전용 기능 영역입니다.

구조 기준

  • 공통 UI로 분리하기 어려운 화면 로직은 src/features에 둡니다.
  • 재사용 가능한 UI는 src/components, 카드형 조합은 src/widgets로 분리합니다.
  • 레이아웃 전용 기능은 src/features/layout에서 관리합니다.