-
Notifications
You must be signed in to change notification settings - Fork 31
[김영호] sprint11 #148
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
[김영호] sprint11 #148
The head ref may contain hidden characters: "React-\uAE40\uC601\uD638-sprint11"
Conversation
dongqui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
연호님! 이번 미션도 굉장히 잘 마무리 해주셨습니다 👍
짧은 시간에 react-hook-form, zod 적용도 너무 잘 해주셨네요! 타입 활용도 훨씬 좋아지셨습니다 :)
마지막 미션, 프로젝트도 화이팅입니다!
| const [passwordError, setPasswordError] = useState<string | null>(); | ||
| const [isButtonEnabled, setIsButtonEnabled] = useState<boolean>(false); | ||
| const navigate = useNavigate(); | ||
| const [isSubmitting, setIsSubmitting] = useState(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
react hook form 에서도 제공하는 상태 값입니다 :)
formState: { errors, isValid, isSubmitting }
요구사항
기본
심화
주요 변경사항
스크린샷
멘토에게