-
Notifications
You must be signed in to change notification settings - Fork 5
Feat: 알바폼 지원자일 경우 상세페이지 API 불러오기 구현 완료 , UI 미완성 #115
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
Conversation
…aFormDetail-applicant
…aFormDetail-applicant
hongggyelim
left a comment
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.
수고하셨습니다 ~
|
💄 Storybook: https://673dcf13c9a3a1189a7c6fd4-fjsywoddvd.chromatic.com/ # Chromatic에서 생성된 Storybook URL |
…aFormDetail-applicant
…9-2/workroot into feat/albaFormDetail-applicant
|
|
||
| config.module.rules.push({ | ||
| test: /\.css$/, | ||
| use: ["style-loader", "css-loader", "postcss-loader"], | ||
| include: [path.resolve(__dirname, "node_modules/react-datepicker"), path.resolve(__dirname, "src/app")], | ||
| }); | ||
|
|
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.
cccwon2
left a comment
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.
수고하셨습니다.

작업 내용
1. 알바목록에서 한개의 item을 클릭할 경우 /albaFormDetail/applicant/{formId} 경로로 이동합니다
2. useUserFormDetail 이라는 쿼리훅을 생성하였습니다. formDetail라는 queryKey로 data가 저장됩니다.