Skip to content
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

[이기윤] 4주차 과제 제출 #21

Open
wants to merge 55 commits into
base: bubbletea03
Choose a base branch
from

Conversation

bubbletea03
Copy link

  • 회원가입/로그인 정상 작동
    • cookie 사용했습니다.
  • 글쓰기 작동 X
    • multipart/form-data는 방식이 좀 다른 것 같아서
      여러가지 시도를 해봤는데 안 되네요
  • ProductPage 작동 X
    • 회원가입/로그인 외에도 API 호출해 보려고 아이템 불러오는 걸 해봤습니다.
    • 상위 컴포넌트에서 API 호출해서 아이템 데이터를 Recoil 변수에다가 불러오면
      그걸 갖다쓰는 식으로 했는데, useEffect의 작동순서 같은 것 때문에 잘 안 되네요.
      더 고민해 보겠습니다.

chchaeun and others added 30 commits January 15, 2023 12:15
- props 로 아이템 정보 넘겨받음
- useParams() 로 아이템 id를 받아 그 아이템 파는 글 페이지 띄움
그 외
- export default를 함수 바로 앞에 붙임
- 스타일을 함수 아래로 내림
- img 태그들에 alt 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants