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

[Fix/#236] 쿼리 키 세팅 #248

Merged
merged 2 commits into from
Jul 19, 2024
Merged

[Fix/#236] 쿼리 키 세팅 #248

merged 2 commits into from
Jul 19, 2024

Conversation

sinji2102
Copy link
Contributor

📌 관련 이슈번호

🎟️ PR 유형

어떤 변경 사항이 있나요?

  • 새 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 리팩토링

✅ Key Changes

  1. 쿼리 키 세팅

📢 To Reviewers

  • 쿼리 키가 모두 같아서 다시 API를 불러오지 않는 오류가 있어 수정했습니다
  • invalidateQueries 만 주면 초기화를 안 해줘서 refetchQueries도 추가했습니다...
    관련해서 궁금한 사람은 밑에 아티클 참고하세요

[React Query의 InvalidateQueries가 동작하지 않을 때](https://pebblepark.tistory.com/32)
react-query 사용시 invalidateQueries를 이용해 캐싱 값 refetch하기

대충 데이터가 즉각 stale 상태(데이터가 만료된 상태)가 되도록 만들고 refetching햇습니다 ㅠㅠ 사실저도뭐가뭔지모르겟음

@github-actions github-actions bot added 🐛 BUG 버그를 고친 경우 🚀 API API labels Jul 19, 2024
Copy link

PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶

Copy link

Copy link
Member

@pepperdad pepperdad left a comment

Choose a reason for hiding this comment

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

신지최고

@pepperdad pepperdad merged commit df0c463 into develop Jul 19, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 BUG 버그를 고친 경우 🚀 API API
Projects
Status: 🎉Done
Development

Successfully merging this pull request may close these issues.

[ Bug ] 쿼리 세팅
2 participants