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

[refactor] 로그인과 회원가입 시, 사용되는 Input을 커스텀 hook으로 만들기 #261

Open
2 tasks
sy-paik opened this issue Aug 7, 2023 · 0 comments
Assignees
Labels
♻️ refactor 리팩토링 이슈

Comments

@sy-paik
Copy link
Collaborator

sy-paik commented Aug 7, 2023

💡 작업할 내용

  • 로그인과 회원가입에서 사용되는 Input을 만든다.
  • hook에 use로 시작하는 파일을 만들어 함수를 작성한다.

📝 구현 방법 및 예상 동작

  • 회원가입이나 로그인에 사용되는 여러 개의 input을 state로 관리하는데 이 input 에 대한 onChange 핸들러를 모두 모두 작성해주지 않고 컴포넌트 내부에 중복된 코드를 줄이기 위해 useInput 커스텀 훅을 통해 분리한다.

✏️ 참고사항

@sy-paik sy-paik added the ♻️ refactor 리팩토링 이슈 label Aug 7, 2023
@sy-paik sy-paik self-assigned this Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ refactor 리팩토링 이슈
Projects
None yet
Development

No branches or pull requests

1 participant