WONILLISM / react-masterclass

React Master Class(feat. Nomad Coders)
0 stars 0 forks source link

5.7 Form Validation #31

Open WONILLISM opened 2 years ago

WONILLISM commented 2 years ago

react hook form 을 이용하여 form validation을 해보자

WONILLISM commented 2 years ago

html input 속성인 require대신 react hook form에서 지원하는 required를 쓰는 이유는 html input 속성의 require은 검사 소스에서 수정하고 필수값이 아니게 될 수 있다.

WONILLISM commented 2 years ago

https://react-hook-form.com/get-started