-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Feat] 게더링 디테일 페이지 구현 #69
Conversation
…roject/WEB1_1_ZeroOne_FE into 51-feat-gathering-detail
…roject/WEB1_1_ZeroOne_FE into 51-feat-gathering-detail
✅ Deploy Preview for palettee22 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
⚡ Lighthouse report for http://localhost:3000/
Detailed Metrics
|
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.
고생하셨습니다!
|
||
export const useGatheringDetail = (gatheringId: string) => { | ||
const { data, isLoading, isError, error } = useQuery<GatheringDetailResponse, Error>({ | ||
queryKey: ['gathering', 'detail', gatheringId], |
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.
이거 쿼리키 통일하는게 좋을듯?
지금 아카이브는 "/archive" 이렇게 해놨고 게더링은 "gathering"으로 되어있어서
한쪽으로 통일하는게 좋아보여
그리고 어떤식으로 쿼리키 구성할지 나중에 얘기하면 좋을듯
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.
넵 수정하겠습니다!
⚡ Lighthouse report for http://localhost:3000/
Detailed Metrics
|
📌 관련 이슈
💭 작업 내용
🤔 참고 사항
📸 스크린샷