-
Notifications
You must be signed in to change notification settings - Fork 117
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
[길수진] week20 #1083
Merged
hovelopin
merged 12 commits into
codeit-bootcamp-frontend:part3-길수진
from
suzinxix:part4-길수진-week20
May 27, 2024
The head ref may contain hidden characters: "part4-\uAE38\uC218\uC9C4-week20"
Merged
[길수진] week20 #1083
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e07640b
16주차 미션
suzinxix b4adfa0
chore: tanstack query 설치 및 세팅
suzinxix c10719d
chore: zustand, js-cookie 설치
suzinxix baf6573
refactor: 회원가입, 로그인 커스텀 훅 수정
suzinxix 097b2ce
feat: 데이터 fetch 커스텀 훅과 데이터 링크와 폴더 삭제 구현
suzinxix 1a1ffed
feat: 폴더 추가, 폴더 이름 변경 커스텀 훅 구현
suzinxix 4750f55
chore: @types/js-cookie 패키지 설치
suzinxix 603e888
feat: 쿼리키 상수화
suzinxix 6771c68
feat: api end point 상수화
suzinxix e3f5c91
remove: 불필요 파일 삭제
suzinxix e2b8034
fix: type 일부 수정
suzinxix 2f80437
fix: api end point 수정
suzinxix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export const QUERY_KEYS = { | ||
USER: ["user"] as const, | ||
FOLDERS: ["folders"] as const, | ||
LINKS: (folderId?: number | null) => | ||
folderId ? (["links", folderId] as const) : (["links"] as const), | ||
}; |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앞에 key 관리에 대한 리뷰를 달았었는데 key 관리를 잘하고 계셨군요!?!? 👍🏻👍🏻👍🏻👍🏻👍🏻