You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
현재 fsd 폴더구조로 나뉘어져 파일들이 형성되어 있으나 fsd 폴더구조에 맞지 않게 위치한 파일들이 존재하고 있습니다.
Example
Attempted solutions
Layer에 따라 현재 feature, entities, shared로 layer를 나누었었습니다.
Slice 같은 경우 비즈니스 도메인별로 코드를 분할하였습니다.
공용 컴포넌트같은 경우 현재 packages>ui 폴더로 나뉘게 되면서 Widget으로 스토리북을 문서화하였습니다.
Proposal
- Segment 같은 경우 아래와 같이 나눌 예정입니다.
- ui - UI와 관련된 모든 것: UI 컴포넌트, 날짜 포맷터, 스타일 등.
- api - 백엔드 상호작용: request 함수, 데이터 타입, mapper 등.
- model - 데이터 모델: 스키마, 인터페이스, 스토어, 비즈니스 로직.
- lib - 슬라이스 안에 있는 다른 모듈이 필요로 하는 라이브러리 코드.
- config - 설정 파일과 기능 플래그.
💡 Feature proposal
Use-cases
Example
Attempted solutions
Proposal
References
https://feature-sliced.design/kr/docs/get-started/overview
The text was updated successfully, but these errors were encountered: