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

[강성구] Sprint8 #256

Merged

Conversation

L1m3Kun
Copy link
Collaborator

@L1m3Kun L1m3Kun commented Aug 2, 2024

요구사항

기본

  • 스프린트 미션 1 ~ 7에 대해 typescript를 적용해주세요

주요 변경사항

  • 로그인 페이지 추가

스크린샷

스크린샷 2024-08-03 오전 12 30 02

멘토에게

  • 미완성입니다
  • 회원가입 페이지도 빠른 시일내에 추가해놓겠습니다
  • 셀프 코드 리뷰를 통해 질문 이어가겠습니다.

@L1m3Kun L1m3Kun requested a review from wlgns2223 August 2, 2024 15:31
@L1m3Kun L1m3Kun added 매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다. 미완성🫠 죄송합니다.. labels Aug 2, 2024
}

const SignUpForm = () => {
const [value, setValue] = useState<InputValue>(INITIAL_VALUE);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

InputValue가 코드상에 없는거보니까 리팩토링하면서 삭제하신것 같네요 ! 꼼꼼한 타입지정 잘 하셨습니다 !



const usePasswordVisibility = () => {
const [icon, setIcon] = useState<string>(visibilityIcon);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아이콘을 상태에 넣을 수도 있군요. visibilityIcon이 string값으로 나오나요? 아마 상대경로 주소로 나오나보죠? 이 방법도 괜찮은 방법이 될 수도 있겠네요.

@wlgns2223
Copy link
Collaborator

평소에 계속 타입스크립트로 스프린트 미션을 해오셔서 이번 스프린트 미션은 수월하셨겠네요 ! ㅎㅎㅎ

@wlgns2223
Copy link
Collaborator

평소에 잘 해오고 계셔서 현재 코드상으로는 타입스크립트 타입 관련 피드백이 드릴께 없어서 추후에 스프린트 미션이 계속 진행될때 더 많은 피드백을 드리겠습니다 !

@wlgns2223 wlgns2223 merged commit df0b19b into codeit-bootcamp-frontend:React-강성구 Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다. 미완성🫠 죄송합니다..
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants