[이상달] refactor/sprint8#221
Merged
addiescode-sj merged 16 commits intocodeit-bootcamp-frontend:React-이상달from Aug 6, 2025
Hidden character warning
The head ref may contain hidden characters: "React-\uc774\uc0c1\ub2ec-sprint8-rf"
Merged
[이상달] refactor/sprint8#221addiescode-sj merged 16 commits intocodeit-bootcamp-frontend:React-이상달from
addiescode-sj merged 16 commits intocodeit-bootcamp-frontend:React-이상달from
Conversation
addiescode-sj
approved these changes
Jul 9, 2025
Collaborator
addiescode-sj
left a comment
There was a problem hiding this comment.
추가 PR 수고하셨습니다!
상달님 미션을 거듭하면서 코드 퀄리티가 점점 좋아지네요 👍
주요 리뷰 포인트
- Banner 컴포넌트 상속이 아닌 조합 기반으로 바꾸기
- css vars 말고 자바스크립트 변수로 스타일링 관련 변수 관리하기
- 버튼 텍스트 렌더러 만들기 (타입스크립트 활용도 높이기)
Collaborator
질문에 대한 답변
네, 사실 토큰 관리는 클라이언트보다는 서버에서, 웹 스토리지보다는 쿠키에서 관리하는게 보안상 좋긴 합니다. 하지만 토큰 관리 전략은 프론트엔드와 백엔드의 사전 협의가 필요한 부분이라서 미션 요구사항대로 구현해보시는게 좋을 것 같습니다 :)
두번째 이유로 라이브러리 사용 경험을 조금씩이라도 늘려가며 프론트엔드 생태계를 파악해보는것도 좋은 공부가 된답니다 :)
|
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.
주요 변경사항
MainSection으로 컴포넌트화InputField,PasswordField로 컴포넌트화InputField,PasswordField컴포넌트 적용useAuthForm으로 분리LoginForm,SignUpForm으로 컴포넌트화SocialLogin으로 컴포넌트화배포 링크
https://panda-market-react-sd.netlify.app/
멘토에게