react-hook-form

📋 React Hooks for form state management and validation (Web + React Native)

MIT License

Downloads
25.6M
Stars
39.4K
Committers
318
react-hook-form - Version 2.0.1

Published by bluebill1049 over 5 years ago

  • fix a bug on log error
react-hook-form - 2.0.0

Published by bluebill1049 over 5 years ago

Breaking change on register

after this awesome suggestion from https://github.com/bluebill1049/react-hook-form/issues/11

i have update the register API to be much simpler

example

ref={register}
ref={register({ required: true })}

read more from https://react-hook-form.now.sh/api register section.

react-hook-form - Version 1.1.0

Published by bluebill1049 over 5 years ago

  • async validation 🔥
  • fix event listener re-register after mode change
  • fix but on event persistent
react-hook-form - Version 1.0.1

Published by bluebill1049 over 5 years ago

  • fix a bug with JSON.stringify when compare with error objects
react-hook-form - v1.0.0

Published by bluebill1049 over 5 years ago

Version 1 😄

  • After many days and nights working on this React hook lib, it's pretty stable and production ready. off course after many tests.

I am super happy to release this version 1 with my bloody hard work. This is a milestone for myself here. My first ever hook lib. ❤️

check out the API here: https://react-hook-form.now.sh/api

react-hook-form - Version 0.4.0

Published by bluebill1049 over 5 years ago

  • add yup validation schema support
react-hook-form - v0.1.11

Published by bluebill1049 over 5 years ago

  • First stable version 🥇
  • fixed error issues
  • fixed add event listeners
  • fixed input validation not update after re-render