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

[4주차/현] 워크북 제출합니다. #57

Merged
merged 5 commits into from
Nov 4, 2024

Conversation

hyuke81
Copy link

@hyuke81 hyuke81 commented Nov 1, 2024

✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하셨나요?
  • 이론 학습 이후 직접 실습을 해보는 시간을 가졌나요?
  • 미션을 수행하셨나요?
  • 미션을 기록하셨나요?

✅ 컨벤션 체크리스트

  • 디렉토리 구조 컨벤션을 잘 지켰나요?
  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?(중요)
  • 적절한 라벨을 설정하였나요?
  • 파트장에게 code review를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있는지 확인했나요?(매우 중요!)

📌 주안점

Copy link

@lsy1307 lsy1307 left a comment

Choose a reason for hiding this comment

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

키워드 정리 깔끔하게 잘하셨네요! 저도 axios와 fetch 차이점, custom훅에 대해서 좀 더 알아갑니다
그런데 Error와 Loading을 훅으로 분리하셨더라고요
만약 error와 loading을 api호출이 아닌 곳에서 사용하기 위함이라면 useCustomFetch내부에서도 error와 isLoading을 return하지 않고useCustomError와 useCustomLoading을 호출하도록 로직을 변경하면 중복되는 코드가 많이 줄어들 것 같아요! 참고해주시면 감사하겠습니당

@hyuke81 hyuke81 merged commit 17bf2bf into UMC-Inha:hyeon/main Nov 4, 2024
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.

Chapter04_useNavigate, useParams, useLocation, custom-hook 사용 방법
2 participants