Skip to content
New issue

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

[Feature] LoginNavGraph & LoginMainDestination 만들기 #12

Merged
merged 3 commits into from
Jan 24, 2024
Merged

Conversation

ajou4095
Copy link
Collaborator

@ajou4095 ajou4095 commented Jan 23, 2024

설명

  • LoginMainDestination 을 만들었습니다.
  • LoginMainScreen Preview 를 만들었습니다.
  • MVI 에서 착안해서 Screen argument 로 아래를 넘기도록 만들었습니다.
    • model : screen 에서 사용되는 데이터의 집합 (state, userInfo, list, ...)
    • event : ViewModel 에서 발생한 일회용 이벤트
    • intent : 유저와 View의 상호작용 (클릭 등...)

가능하면 더 깔끔하게 stateless 하게 짜고 싶었는데, 현재는 이정도가 최대인 것 같습니다..

참고

체크리스트

  • : 빌드 테스트를 진행하셨나요?
  • : 실제 기기에서 테스트를 진행하셨나요?

Copy link
Collaborator

@jinuemong jinuemong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굳!👍

@ajou4095 ajou4095 merged commit 57bfaff into main Jan 24, 2024
1 check passed
@ajou4095 ajou4095 deleted the feature-#12 branch January 24, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants