티스토리 뷰
- RHF에 내장된 FormProvider, useOrderFormContext를 이용하여 ContextAPI구현
- Control을 주입받은 컴포넌트로 모든 컴포넌트는 같은 useForm 생성 시점과 일치 시킨다
- setValue, resetField, useWatch 이용하여 useState와 리렌더링 없이 양방향 값 핸들링하고 연산
- 제출(Submit)시, 컴포넌트에 정의된 name 기준으로 값들을 반환한다
'■ 프론트엔드 ■ > React' 카테고리의 다른 글
react using state when you don't need it (0) | 2024.03.29 |
---|---|
React Hook Form: FormProvider-useFormContext (0) | 2024.03.29 |
re-resizeable 을 이용한 오더북 개수조정 컴포넌트 (1) | 2024.02.09 |
yarn berry error - `node:internal/process/esm_loader:40` `internalBinding('errors').triggerUncaughtException` (0) | 2023.12.13 |
tanstack-react-query (useMutation.mutateAsync) (0) | 2023.06.29 |
댓글