-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: TanStack Query V5 업데이트 (#239)
* chore: tanstack-query 버전 업데이트 * refactor: useAuthCheckQuery -> authCheckOption 변경 * refactor: useGetPostsInfoQuery, usePostDetailQuery 옵션 분리 * refactor: 모든 쿼리 훅을 options로 교체 * refactor: isLoading을 isPending으로 변경 * refactor: mutations에 queryKey 객체 방식으로 전달하도록 수정 (v5 대응) * style: useSuspenseQuery 두 번 임포트하던 부분 제거
- Loading branch information
1 parent
837783a
commit 08c4cbe
Showing
49 changed files
with
182 additions
and
320 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file removed
BIN
-75 KB
.yarn/cache/@tanstack-match-sorter-utils-npm-8.8.4-488b98c113-d005f50075.zip
Binary file not shown.
Binary file removed
BIN
-567 KB
.yarn/cache/@tanstack-query-core-npm-4.35.3-8d75c7bf5e-0184cd19a2.zip
Binary file not shown.
Binary file added
BIN
+483 KB
.yarn/cache/@tanstack-query-core-npm-5.17.15-2f8a2ca5ca-58ee2b4233.zip
Binary file not shown.
Binary file added
BIN
+666 KB
.yarn/cache/@tanstack-query-devtools-npm-5.17.7-610e8296ad-5336f5366a.zip
Binary file not shown.
Binary file removed
BIN
-456 KB
.yarn/cache/@tanstack-react-query-devtools-npm-4.35.3-ebc52e8940-59495f9dab.zip
Binary file not shown.
Binary file added
BIN
+31.8 KB
.yarn/cache/@tanstack-react-query-devtools-npm-5.17.18-3b6f499ab0-2d99de465a.zip
Binary file not shown.
Binary file removed
BIN
-331 KB
.yarn/cache/@tanstack-react-query-npm-4.35.3-d720e9c932-4d7e4e6a84.zip
Binary file not shown.
Binary file added
BIN
+438 KB
.yarn/cache/@tanstack-react-query-npm-5.17.15-a12de92c66-b48587f176.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-19.8 KB
.yarn/cache/use-sync-external-store-npm-1.2.0-44f75d2564-5c639e0f8d.zip
Binary file not shown.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.