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

강원대 FE_최서린 6주차 과제 Step1,2 #72

Open
wants to merge 19 commits into
base: seorinnn
Choose a base branch
from

Conversation

seorinnn
Copy link

@seorinnn seorinnn commented Aug 2, 2024

안녕하세요 멘토님 !
드디어 마지막 주차네요 ㅎㅎ 멘토님도 정말 수고 많으셨습니다 !!

수정할 부분이 있다면 말씀해주세요!


아래 코멘트는 8.6(화)에 재제출 하며 작성하였습니다.

재제출하며 새로 추가한 내용

  • 팀과 협의한 포인트 관련 기능 API 명세 README.md에 추가
  • 3단계 사용자별 포인트 조회 기능 구현
  • 4단계 질문에 대한 답변 README.md에 작성
  • 멘토님 코멘트에 대한 답변(useSuspenseQuery와 useQuery의 차이점)
  • 배포한 페이지 주소 첨부

멘토님 피드백 1 : useSuspenseQueryuseQuery의 차이점

로딩 및 에러 처리, 환경 설정에 차이점이 있다.

  • useQuery는 로딩 및 에러 처리를 직접 처리해야 하지만, useSuspenseQuery는 Suspense의 fallback UI로 처리한다.
  • 이로 인해 useSuspenseQuery를 사용하여 코드의 복잡성을 줄일 수 있다.

멘토님 피드백 2 : 배포한 페이지

https://seorinnn.github.io/react-deploy

Copy link

@lazy-sky lazy-sky left a comment

Choose a reason for hiding this comment

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

안녕하세요, 서린님

리뷰 요청이 오지 않아 확인이 늦었네요. step0에 해당하는 부분이 함께 있어 커밋 단위로 코멘트를 남겨두도록 하겠습니다. 배포까지 수고하셨습니다!

src/api/hooks/useGetProductDetail.ts Show resolved Hide resolved
@lazy-sky
Copy link

lazy-sky commented Aug 4, 2024

수정 요구드릴 사항은 없는 거 같네요. 충돌만 해결하시면 될 거 같습니다!

@lazy-sky
Copy link

lazy-sky commented Aug 4, 2024

아 배포된 페이지도 첨부해주세요~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants