We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FSD 구조 적용
src/components
src/pages
src/hooks
useConsumer
useProducer
useMedia
useTransport
useAuth
useAPI
useSocket
useTheme
useToast
useIntersect
The text was updated successfully, but these errors were encountered:
zero0205
When branches are created from issues, their pull requests are automatically linked.
📣 리펙토링 이름
FSD 구조 적용
📣 리펙토링 목적
현재 디렉토리 구조의 문제점
1.
src/components
의 평면적인 구조src/pages
하위에 잘 분리되어 있으나,src/components
내부 구조에 문제가 있음2.
src/hooks
의 평면적인 구조useConsumer
,useProducer
,useMedia
,useTransport
useAuth
,useAPI
useSocket
,useTheme
,useToast
,useIntersect
✅ 리펙토링 리스트
The text was updated successfully, but these errors were encountered: