Reactjs – useFormState vs useForm in Nextjs v14
Im just trying to understand the use case for using the react hook useForm over the react-dom useFormState. I see in the Nextjs docs that they recommend using the built in useFormState, but when I see people build apps with…