What is the difference between useWatch and watch from useForm? [react-hook-form]
What is the difference between useWatch and watch from useForm?
Library - react-hook-form
Solution
watch - This API will trigger re-render at the root of your app or form, consider using a callback or the useWatch api if you are experiencing performance issues.