-
Notifications
You must be signed in to change notification settings - Fork 53
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
[클린코드 리액트 3기 임대호] 장바구니 미션 Step2 #62
Open
ingdaeho
wants to merge
26
commits into
next-step:ingdaeho
Choose a base branch
from
ingdaeho:step2
base: ingdaeho
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+3,233
−1,646
Conversation
This file contains 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.
안녕하세요 태은님
한 달여 만에 두번째 미션으로 왔습니다
일 끝나고 틈틈이 작업했는데 계속 미루다 이제야 올리네요
잘 부탁드립니다
1. 가이드
1-1. 배포
1-2. 로컬 환경
2. 리뷰 요청 ✍️
2-1. 상태관리 전략
클라이언트 상태는 zustand를 사용했습니다. api 의존적인 상태들이 많아서 클라이언트 상태는 관리할게 많지 않았습니다.
기본적로 장바구니 추가, 수량 변경, 선택 정도만 상태 관리하고 테스트 코드를 작성했습니다.
2-2. 새로운 시도 혹은 미션을 통해 도전한 점
세션때 현석님께서 소개해주신
@tanstack/react-virtual
이 기억에 남아 상품 리스트 페이지와 인피니티 스크롤을 구현해봤습니다.이런 가상 리스트 라이브러리는 처음 사용해봤는데, 렌더링 최적화가 잘 되어있기도 한 부분도 좋았고,
뒤로가기 및 페이지 전환시 스크롤 위치 기억 같은 기능도 기본적으로 구현되어 있어서 좋았습니다.
그리고 장바구니 추가, 결제까지 프로세스가 이어질 수 있도록 mocking 데이터를 메모리에 저장하도록 구현했습니다.
3. 질문있어요 🙋
4. 요구 사항 ✅
4-1. 필수 요구사항
상품목록
장바구니
선택 요구사항 (심화)
상품상세
주문 상세
UX/UI