Skip to content

Feat/95 회원가입 페이지 UI 구현#97

Open
JunJongHun wants to merge 2 commits intodevelopfrom
feat/95
Open

Feat/95 회원가입 페이지 UI 구현#97
JunJongHun wants to merge 2 commits intodevelopfrom
feat/95

Conversation

@JunJongHun
Copy link
Contributor

@JunJongHun JunJongHun commented Jun 28, 2023

📖 개요

💻 작업사항

  • 회원가입 페이지 ui 구현

💡 작성한 이슈 외에 작업한 사항

✔️ check list

  • 작성한 이슈의 내용을 전부 적용했나요?
  • 리뷰어를 등록했나요?

@JunJongHun JunJongHun added the FEAT 새로운 기능을 추가 label Jun 28, 2023
@JunJongHun JunJongHun self-assigned this Jun 28, 2023
@JunJongHun JunJongHun linked an issue Jun 28, 2023 that may be closed by this pull request
1 task
@JunJongHun JunJongHun added this to the 17주차 스프린트 milestone Jun 28, 2023
Comment on lines +16 to +22
function SignUp({ setIsSginUp }: SignUpPropsType) {
const {
register,
handleSubmit,
watch,
formState: { errors },
} = useForm<InputsType>();

Choose a reason for hiding this comment

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

여기에는 useForm이라는 새로운 Hook이 하나가 보이네요! 혹시 이건 직관적으로 해석한 것처럼 폼과 관련된 훅인건가요??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FEAT 새로운 기능을 추가

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[feat] 회원가입 UI 구현

2 participants