-
Notifications
You must be signed in to change notification settings - Fork 79
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
[조현지] sprint10 #625
The head ref may contain hidden characters: "Next.js-\uC870\uD604\uC9C0-sprint10"
[조현지] sprint10 #625
Conversation
1. 상수 파일 따로 빼서 처리 2. instance 이름 axiosInstance로 변경 3. handleOrder 타입 스트링 리터럴 타입으로 변경
css 까지 모두 하기에는 무리가 있어 api 연결하여 post 요청만 할 수 있도록 작업했습니다.
타입 파일 업데이트
}, [id]); | ||
|
||
useEffect(() => { | ||
const handleObserver = (entities: IntersectionObserverEntry[]) => { |
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.
인피니티 스크롤 관련 부분에 대해서 로직만 별도 커스텀 훅으로 빼면 좋을 것 같아요.
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.
useIntersectionObserver 훅으로 한번 찾아보세요~
보통 파일 업로드 시 이미지를 서버로 전송할 때 form data 형태를 많이 사용합니다. |
요구사항
기본
✨상품 등록 페이지
✨상품 상세 페이지
주요 변경사항
스크린샷
멘토에게