[홍명주] Sprint 9#144
Merged
gyulrangdev merged 8 commits intocodeit-sprint-fullstack:next-홍명주from Oct 14, 2025
Hidden character warning
The head ref may contain hidden characters: "next-\ud64d\uba85\uc8fc"
Merged
Conversation
gyulrangdev
reviewed
Oct 14, 2025
Collaborator
gyulrangdev
left a comment
There was a problem hiding this comment.
API base url 환경 분리하여 재사용성을 높이셨네요.👍
각 컴포넌트에 className으로 스타일을 적용하셨습니다. css 파일 외에도 다양한 스타일링 방법이 있다는 것을 알아가는 기회가 되셨으면 좋겠습니다. 제가 개인적인 경험으로는 styled-components, emotion, tailwind 등이 실무에서 사용되는 편이라 관심이 있으시다면 추후 프로젝트에서 활용해보시면 좋겠습니다.
고생하셨습니다~
| const handleDelete = async () => { | ||
| try { | ||
| const res = await fetch(`http://localhost:4000/posts/${data.id}`, { | ||
| const res = await fetch(`${API_BASE_URL}/posts/${data.id}`, { |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
요구사항
기본 요구사항
공통
로그인/회원가입 페이지
로그인 페이지
회원가입 페이지
로그인, 회원가입 페이지 공통
GNB
상품 상세 페이지
심화 요구사항
로그인 및 회원가입 페이지 공통
유저 기능
React-Query로 마이그레이션
로딩 및 에러 핸들링
상품 데이터 캐싱 및 업데이트
주요 변경사항
스크린샷
멘토에게