Feature/hompage#11
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
i3months
reviewed
May 13, 2026
|
|
||
| ### 1.4 타입 (TypeScript) | ||
|
|
||
| 프론트엔드 TypeScript 타입 규약은 분리 문서로 관리한다 → [**`frontend-types.md`**](./frontend-types.md). |
|
|
||
| ## 4. `type` vs `interface` | ||
|
|
||
| `type` 기본값. `interface` 는 두 경우에만: |
|
|
||
| ## 4. 명명 규칙 | ||
|
|
||
| | Prefix | 범위 | 예 | |
Member
There was a problem hiding this comment.
스택업에서 그럴 일은 없을거같긴한데
페이지가 늘어나면 prefix가 폭발할수도..
widgets/
├── site/
│ ├── nav/
│ └── footer/
├── home/
│ ├── hero/
│ └── faq/
이런 느낌도 괜찮지 않을까 싶네요.
물론 지금도 좋긴 합니다.
Contributor
Author
There was a problem hiding this comment.
추후에 리팩토링 하지않을까 합니다. 사실 widgets라는 레이어는 페이지를 구성하는 의미있는 섹션으로 둘 것이기 때문에 방대해지는 레이어는 features가 아닐까 생각하긴해요.
csh1668
added a commit
to csh1668/stackup
that referenced
this pull request
May 13, 2026
Feature/hompage
Feature/home layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 작업 목적
홈페이지 피처 구현을 위한 기본 환경 세팅 및 공통 가이드라인을 수립합니다.
✨ 주요 변경 사항
tsconfig.json설정을 변경하여 개발 환경 최적화CLAUDE.md내에 FSD(Feature-Sliced Design) 레이어 및 위젯 가이드라인 정의📝 리뷰어 참고 사항
feature/home-layout과feature/home-widgetsPR들이 본 브랜치를 기반으로 생성되었습니다.