best trend hook. Currently, the developer community uses it a lot in their projects.
@edisonpang62893 жыл бұрын
The best react form solution yet!
@bluebill10493 жыл бұрын
Thank you very much, Edison.
@alvaroalvarez36333 жыл бұрын
Amazing, I'm really excited about type check support is wonderful. Thanks for the incredible job
@bluebill10493 жыл бұрын
My pleasure! I am excited about that as well.
@connygu3 жыл бұрын
Wow!!! Thanks so much!!!👏
@bluebill10493 жыл бұрын
Thank you, Conny.
@ayubbegimkulov87493 жыл бұрын
Nice work, Bill. Love your library. Also, could you tell me how you create code snippets like on 1:12? Thank you very much!
@bluebill10493 жыл бұрын
carbon.now.sh/
@MultiLenoxxx3 жыл бұрын
Amazing JOB!
@bluebill10493 жыл бұрын
Thank you, Shinlenox.
@binov50122 жыл бұрын
Thanks a lot!
@bluebill10492 жыл бұрын
Welcome!
@jamesfreeman15303 жыл бұрын
Hi Bill, how to validate email uniqueness with RHF and yup? I have a backend (express/mongodb) that sends a response of status code 400 and "The email is already used" error message when the form is submitted. Please advice. Thanks!
@kuenzang50223 жыл бұрын
if you could explain how to upload files or image into backend django server using react hook form version 7
@tshddx3 жыл бұрын
I’m a little surprised that TypeScript can type check strings with dot notation matching the shape of a nested type like “foo.bar”. Can anyone point to a doc or code link of how to do this typing?