WONILLISM / react-masterclass

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

5.6 Forms #30

Open WONILLISM opened 2 years ago

WONILLISM commented 2 years ago

form 다루기

WONILLISM commented 2 years ago

react hook form

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

WONILLISM commented 2 years ago

react hook form의 register 함수는 아래를 포함하는 오브젝트를 만든다.

WONILLISM commented 2 years ago

...이 register함수가 반환하는 객체를 가져다가 input에 props로 전달해 준다.

WONILLISM commented 2 years ago

watch함수는 form의 입력값들의 변화를 관찰 할 수 있게 해주는 함수이다.