react-hook-form

huni_·2022년 7월 7일
0

React 설치

목록 보기
10/16
post-thumbnail

폼 라이브러리(react-hook-form)

우리가 여태까지 힘들게 만들었던 폼, 사실은 폼을 대신 만들어주는 도구가 있습니다.

react-form, redux-form, react-hook-form, formik 등 그 종류도 굉장히 다양합니다.

함수형 컴포넌트와 hook을 사용하는 경우, 가장 사용하기 쉽고 성능적으로 좋은 폼은 react-hook-form 입니다.

react-hook-form_homepage
react-hook-form_github

폼 라이브러리를 사용하면 하나하나 직접 만들지 않고, 밸리데이션 체크 및 폼 관리 등을 좀 더 깔끔하게 할 수 있습니다.

profile
FrontEnd Developer

0개의 댓글