Open
Conversation
- React page routing 구현
- tanstackquery 페이지 구현 및 axiosInstance 구현 예정, interceptor 제외
- 외부에서 QueryClientProvider 설정이 가능하게 creaateQueryClient 구현
- stale cache 문제 재현 및 확인 완료
Merged
- React page routing 구현
- tanstackquery 페이지 구현 및 axiosInstance 구현 예정, interceptor 제외
- 외부에서 QueryClientProvider 설정이 가능하게 creaateQueryClient 구현
- stale cache 문제 재현 및 확인 완료
- 문서 초안 작성 - 리팩토링 앞으로 수정해야할 부분 주석으로 처리
45b16be to
91aab47
Compare
KimKyungYun
approved these changes
Feb 26, 2026
This file contains hidden or 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.
Summary
TQ의 InvalidateQueries의 동작 방식과 InvalidateQueries의 문제점을 문서화 했습니다. InvalidateQueries가 단순히 문제가 많다는 입장이였으나, 다른 환경, 상태에 따라 InvalidateQueries를 사용하는 것이 크게 문제가 되지 않을 수 있겠다는 생각을 했습니다. 이에 따른 반문과 비평과 여러분의 생각이 필요합니다. 코멘트 부탁 드립니다.
Changes
주의 깊게 봐주실 부부은 다음과 같습니다.
useUsers.ts의useUpdateUser함수 부분입니다.