📋 React Hook Form Profile Banner
📋 React Hook Form Profile
📋 React Hook Form

@HookForm

Followers
7,567
Following
0
Media
220
Statuses
1,759

Performant, flexible and extensible forms with easy-to-use validation.

Joined October 2019
Don't wanna be here? Send us removal request.
Explore trending content on Musk Viewer
Pinned Tweet
@HookForm
📋 React Hook Form
3 years
🎉 We are finally here! Version 7! After 2 years of working on this library. We can confident to say this is the best we can offer to everyone on building forms in React. We hope you will enjoy building form in React.
Tweet media one
16
61
314
@HookForm
📋 React Hook Form
2 years
What do you think of this? 🚀 A Form component that takes care of the form submission. Yes, it should apply to React Native 🤗
Tweet media one
34
36
543
@HookForm
📋 React Hook Form
1 year
🚀 Version 7.44.0 published - New <Form /> Component - Bug fixes - General improvements
Tweet media one
6
55
532
@HookForm
📋 React Hook Form
2 years
✈️ You can try out the new <Form /> component now `npm i react-hook-form @next ` Let us know your feedback and question are always welcome. Release note:
6
40
436
@HookForm
📋 React Hook Form
2 years
🤔 What if we will react to defaultValues update? So it can plug in with SWR or React Query's data.
23
25
325
@HookForm
📋 React Hook Form
10 months
🚀 Version 7.48.0 Published - feat: `disabled` prop for `useForm` to disable form - Solve the issue of race condition with the resolver - Bug fixes and general improvements Release note:
4
42
330
@HookForm
📋 React Hook Form
2 years
🧪 Version 7.40.0-next.0 published (Experimental) - New async `defaultValues` props at `useForm` - New `values` props at `useForm` - Upgrade to TS4.9.0 - Enhenemence with `useFormState` mount state update Release note:
Tweet media one
12
28
288
@HookForm
📋 React Hook Form
1 year
We have migrated our doc to @nextjs . Please try with hard refresh if you encounter staled doc. The result is excellent! 🚀
Tweet media one
14
10
293
@HookForm
📋 React Hook Form
2 years
💿 <Form /> (beta) + @remix_run
10
19
264
@HookForm
📋 React Hook Form
2 years
🍭WOW! We just cracked a 3M weekly download.
Tweet media one
10
5
246
@HookForm
📋 React Hook Form
2 years
🚀 Version 7.42.0 📽 feature: validate function to include form values 🛤️ keep track of traversed types 🏋🏻‍♀️ reduced code weight 🪜 Improve `handleSubmit` function 🐞 more bug fixes
Tweet media one
3
16
224
@HookForm
📋 React Hook Form
2 years
What if you can disable the entire form fields during async submission? 👀 `shouldDislabeOnSubmit`
8
16
231
@HookForm
📋 React Hook Form
1 year
🚀 New major version released @hookform /resolvers - Support Yup V1 - New resolver: TypeBox - Rename `rawValues` to `raw` - Fix module resolution NodeNext - AJV resolver reduce bundle size (98%!) ❤️ Brought to you by @_jorisre
Tweet media one
3
29
211
@HookForm
📋 React Hook Form
2 years
React Hook Form is a custom hook that depends on the state, effects and browser APIs, in order to work with @nextjs 13 you will have to add 'use client' directive.
Tweet media one
2
16
200
@HookForm
📋 React Hook Form
3 years
✨ 3,000 issues closed. We may not be the best form library but definitely one of the most active form libraries in the industry.
Tweet media one
11
6
184
@HookForm
📋 React Hook Form
3 years
✨8️⃣ React Hook Form 8 is coming this year. We will be the focus on Typescript Improvement and React 18. There are some important RFCs that would love to hear your voice and thoughts:
5
20
178
@HookForm
📋 React Hook Form
2 years
Used by 200K GitHub repositories. That's amazing!
Tweet media one
3
4
171
@HookForm
📋 React Hook Form
2 years
I definitely need to lose some weight...
@trashh_dev
trash
2 years
forms are peak web dev.
Tweet media one
44
130
2K
4
5
169
@HookForm
📋 React Hook Form
4 years
React 17 + React Hook Form = ✅
Tweet media one
2
14
160
@HookForm
📋 React Hook Form
2 years
🎄End-of-year feature release V7.41.0 - async `defaultValues` & reactive `values` (Thanks to @moshyfawn @TkDodo 's initiative and RFC) - migrate to pnpm (Thanks to @hung_dev ) - More bug fixes Release log: (1/3)
3
26
151
@HookForm
📋 React Hook Form
2 years
🪜 Progressive Enhancement is coming to server-side rendered forms. We used @nextjs ❤️ in the following example by enabling/disabling JS, but it applies to other frameworks too.
5
9
142
@HookForm
📋 React Hook Form
9 months
🎄 Version 7.49.0 published - 📮 add reactive errors prop at useForm (server errors) - 🖥️ add react-server bundle ( #11162 ) - 🐞 Bug fixes and general lib improvements Thanks for everyone's support over the year! Merry Xmas 🎅
Tweet media one
1
10
140
@HookForm
📋 React Hook Form
2 years
🚀 Version 7.43.0 🌏 feature: support global error type 🪜 fix set values props for controlled components 🚓 stronger typing to document non-spec attribute uses
Tweet media one
2
8
134
@HookForm
📋 React Hook Form
1 year
It doesn't matter which framework you are using with React. React Hook Form will be there to help you to manage your form. We are planning to release the new <Form /> component soon.
3
12
134
@HookForm
📋 React Hook Form
2 years
Version 7.30.0 published
Tweet media one
1
6
128
@HookForm
📋 React Hook Form
2 years
React Hook Form is framework agnostic. We can expand if developers want support with other lib or frameworks in the future.
6
9
124
@HookForm
📋 React Hook Form
2 years
🎉 We officially support JSON schema for form validation with AJV Huge thanks and credit go to @jsun969 for putting this feature together and support from @_jorisre + @getTobiasN
Tweet media one
2
22
119
@HookForm
📋 React Hook Form
2 years
After 4 years of development and maintenance, we released many features but maintained a relatively small package.
Tweet media one
1
1
122
@HookForm
📋 React Hook Form
2 years
🎉 28K⭐️ @github It's really existing to see this library still growing each day in the community. Thank you for everyone's support!
Tweet media one
0
6
110
@HookForm
📋 React Hook Form
2 years
🪪 Server/Global error for your form submission is coming in the next update. - Set error not related to your form - Set error for server error response Try it out today and feedback is welcome. 🙏 `npm i react-hook-form @next `
Tweet media one
3
7
103
@HookForm
📋 React Hook Form
4 years
React Hook Form V6 is Live! ★ Better Typescript Support ★ Smaller Package Size ★ API Refinements ★ Improved Controller ★ Support Yup, SuperStruct & Joi ★ useForm shouldUnregister ★ New custom hook useWatch
Tweet media one
4
32
101
@HookForm
📋 React Hook Form
1 year
🚀 Version 7.46.0 Published - feat: support disabled prop for `useController` - feat: trigger passed names to construct resolver options - Bug fixes
0
7
100
@HookForm
📋 React Hook Form
3 years
✨Best gift for 2021. We have reached 25k GitHub stars. Thank you for everyone's support over the years.
Tweet media one
9
8
98
@HookForm
📋 React Hook Form
3 years
🎄 2021 is a huge year for React Hook Form. Thank you so much to everyone who financially donated 💰, stared 🌟, and supported ❤️ the library. Merry Xmas! Happy new year! - 24.9K stars - 2k issues resolved - 3k commits - 1.4M downloads weekly
Tweet media one
Tweet media two
Tweet media three
1
9
87
@HookForm
📋 React Hook Form
1 year
Our doc is migrating from Gatsby to Nextjs 🚀 You can try it out now, I can feel it's faster! Thanks to aranlucas!
4
4
85
@HookForm
📋 React Hook Form
2 years
@crutchcorn @colinhacks That's all good. I remember the first day when I release the library. It was exciting and full of joy. React hook form is getting "old", for almost 4 years now. It's awesome to see more form libraries compete and improve the ecosystem. ❤️
2
2
81
@HookForm
📋 React Hook Form
2 years
📈 We just bypass 2M weekly download!
Tweet media one
5
2
79
@HookForm
📋 React Hook Form
1 year
It's great to see React start to emphasize uncontrolled form.
2
0
75
@HookForm
📋 React Hook Form
2 years
Version 7.38.0 published - Support input type week and time validation - Support focus error input with an async disabled form submission Full release notes:
1
11
76
@HookForm
📋 React Hook Form
2 years
We are on the top of TS trending @github . 🎉
Tweet media one
2
4
68
@HookForm
📋 React Hook Form
1 year
Huge update for @hookform /resolvers from @_jorisre 🚀
@_jorisre
Joris
1 year
@HookForm Resolvers 3.3.0 has been released! ▪ Introducing the new resolver Valibot, thanks to @erikshestopal ▪ Added support for root field array errors ▪ Now passing field names and a context as arguments to a Vest suite ▪ Several bug fixes 👉🏻
Tweet media one
1
4
30
0
4
68
@HookForm
📋 React Hook Form
2 years
🚀 We released another beta version with the upcoming <Form /> component. Most importantly, we have prepared the doc to support this. Release: Documentation: Let us know your feedback so we can make sure everything goes well.
Tweet media one
1
3
67
@HookForm
📋 React Hook Form
2 years
🎉 A great gift for 3 years+ of hard work and maintenance. Thank you, everyone!
Tweet media one
1
7
65
@HookForm
📋 React Hook Form
2 years
🎉 Version 7.40.0 Published 🔍 Async validation improvement - Combined with sync validation will abort early - IsValid evaluation will abort early if the current field failed - Apply to both build-in and schema 🐞 and bug fixes Release note:
0
5
64
@HookForm
📋 React Hook Form
2 years
🏎 Our documentation should feel a bit faster now. - lazy load some components/images - remove a few extra dependencies - moved v5/v6 doc to:
Tweet media one
0
3
59
@HookForm
📋 React Hook Form
2 years
Version 7.36.0 published - partial `reset` made easier, similar to `useState` with callback
Tweet media one
1
6
58
@HookForm
📋 React Hook Form
2 years
Version 7.35.0 😎 A big release with some great TS support improvement, bugs, and library quality lift. Thanks to all the contributors.
Tweet media one
2
3
56
@HookForm
📋 React Hook Form
2 years
Version 7.39.0 published 👋🏻 `isValid` formState no longer restricted with mode, eg: onChange 🐞 Bug and regression fixes More details 👇 (🤘looking into async `defaultValues` next.)
1
4
54
@HookForm
📋 React Hook Form
4 years
Version 6.4.0 🎉 New feature `onTouched` mode 🎉 Error handler when validation failed at submission 🎉 Expose controller `name` at `render` prop 🙏🏻 change `ref` compare only to Web inputs
0
14
52
@HookForm
📋 React Hook Form
2 years
What if we introduce `focusErrorIndex` to help you programmatic set focus index order when an error occurs? Would that improve accessibility?
Tweet media one
3
6
52
@HookForm
📋 React Hook Form
3 years
🎉 We are hitting 5M downloads per month!
Tweet media one
4
2
51
@HookForm
📋 React Hook Form
2 years
NPM should remove or update the Unpackage size attribute, this confuses users about how big the actual package is. We are only 8.6KB gzipped, and some users are still confused it's a 700k+ package.
Tweet media one
4
0
52
@HookForm
📋 React Hook Form
2 years
👋 New Feature: useFieldArray `rules` need your input
Tweet media one
1
6
52
@HookForm
📋 React Hook Form
2 years
Version 7.31.0 published - new: reset optional prop: keepDirtyValues - enhance: auto-correct field array errors on user action - fix: clone objects which have functions - fix the name of a new option in 6.12.0 change-log notes
2
4
50
@HookForm
📋 React Hook Form
2 years
🎉 Version 7.37.0 published - Lots of improvements and minor fixes. Release note:
0
7
51
@HookForm
📋 React Hook Form
10 months
Thank you so much FEConf Korea Official for donating to the project. @FeConf ❤️ It meant so much to us who maintain and develop the project.
Tweet media one
0
5
49
@HookForm
📋 React Hook Form
4 years
Version 5.5.0 🛎feature: support getValues by field name for better perf 👮‍♂️ ts: improve getValues 👮‍♂️ ts: improve setValue 🐞 fix useFieldArray: with Controller value gets reset 🐞 fix useForm: with reset dirty fields 💻 DX: more examples r coming for TS
Tweet media one
0
12
48
@HookForm
📋 React Hook Form
4 years
You can try out V7 now! npm i react-hook-form @7 .0.0-beta.0 npm i @hookform /resolver @2 .0.0-beta.11 Here is the changelog:
2
14
49
@HookForm
📋 React Hook Form
2 years
🎉 Officaly 27K⭐️ @github Thank you for everyone's support!
Tweet media one
1
1
48
@HookForm
📋 React Hook Form
2 years
It's great to see, the library still doing great in 2022.
Tweet media one
1
1
49
@HookForm
📋 React Hook Form
5 years
React Hook Form Japanese documentation is ready and live! ✨ Thank you very much @kotarella1110 for leading the whole translation with @kojii0817 ! ❤️
Tweet media one
Tweet media two
0
24
47
@HookForm
📋 React Hook Form
3 years
Version 7.15.0 🎇 useFieldArray new method replace() 🐞 fix toggle disabled props with register API 🗺️ improve Mapped types 🗝️ improve NestedValue type 🗝️ improve PathValue type to fully support union type
Tweet media one
0
4
46
@HookForm
📋 React Hook Form
3 years
✨ We just hit 26,000 stars at @github . Thank you very much for everyone's support!
Tweet media one
1
3
45
@HookForm
📋 React Hook Form
3 years
Version 7.1.0 ✨ new `setFocus` method 🐞 bug fixes
Tweet media one
1
1
46
@HookForm
📋 React Hook Form
3 years
🚀 Pretty exciting stuff! We are green with all automation tests with React 18 (alpha) version. One thing we have observed is that all tests are indicated with less re-render with the batch update.
Tweet media one
1
4
46
@HookForm
📋 React Hook Form
1 year
📄<Form /> component going to RC release: - added `FormData` & `FormDataJson` for custom fetch - added `TTransformedValues` for useForm Release note:
0
3
44
@HookForm
📋 React Hook Form
2 years
📄The best result we could hope for in 2022. There will be more improvement and refinement coming for this year. Congrats to all the other tools made on this list too.
Tweet media one
0
3
43
@HookForm
📋 React Hook Form
2 years
Version 7.34.0 published 👏 A great feature release, bug fixes, and repo improvements.
Tweet media one
0
3
42
@HookForm
📋 React Hook Form
4 years
React Hook Form is a raising star of 2020 at React ecosystem. 100% community driven! 👍
Tweet media one
0
2
40
@HookForm
📋 React Hook Form
3 years
Version 7.26.0 published - Include TSDoc and some bug fixes.
1
3
42
@HookForm
📋 React Hook Form
3 years
Version 7.16.0 published
Tweet media one
0
2
40
@HookForm
📋 React Hook Form
2 years
🤔 What do you think of the declarative API for form state subscription? We are considering having an actual config object that is easier to understand for new users.
Tweet media one
7
4
41
@HookForm
📋 React Hook Form
2 years
One ⭐️ away from 29k stars @github 😜
Tweet media one
2
0
40
@HookForm
📋 React Hook Form
1 year
❤️ Thank you so much @TossFrontend for supporting our development.
Tweet media one
0
20
38
@HookForm
📋 React Hook Form
5 years
Version 4.5.0 Released 💈 useFieldArray (New) - Custom hook for working with Field Arrays (dynamic inputs). - Support uncontrolled inputs - Minimum re-render - Simple to use Thanks to the team members as usual and testing from the community.
2
9
40
@HookForm
📋 React Hook Form
2 years
🎊 Happy new year! First RFC of 2023 - Handle global/server errors in forms Let us know your opinion and thoughts on this before we create a beta version.
Tweet media one
2
3
38
@HookForm
📋 React Hook Form
3 years
✨ We are happy to be on the list!
Tweet media one
1
4
37
@HookForm
📋 React Hook Form
2 years
How to remotely submit a form: CSB:
Tweet media one
4
3
37
@HookForm
📋 React Hook Form
3 years
🌎 Thanks to all the contributors around the world.
Tweet media one
0
0
36
@HookForm
📋 React Hook Form
4 years
Thank you for everyone's support of the project.
Tweet media one
0
3
36
@HookForm
📋 React Hook Form
4 years
Thank you everyone! We have reached 1,000 followers, it’s unbelievable for a side project like us and driven by the community. In fact, you will be part of hook form, which we post votes for API decision, answering issues and varied news and update in the library. ❤️
0
0
36
@HookForm
📋 React Hook Form
3 years
Nice and clean abstraction on top of hook form and @chakra_ui
@saas_js
Saas UI
3 years
Building fully functional, consistent and beautiful React forms has never been easier with Saas UI, thanks to @HookForm and @chakra_ui
Tweet media one
0
4
19
0
2
37
@HookForm
📋 React Hook Form
3 years
Version 7.27.0 published
0
1
37
@HookForm
📋 React Hook Form
3 years
✌🏻 The next release is packed with new features and also weight reduction. A strange combination, but all made possible with continuous refinements.
2
5
36
@HookForm
📋 React Hook Form
2 years
RFC (Request For Comments) for the Form component Let us know your opinion and improve this together.
@HookForm
📋 React Hook Form
2 years
What do you think of this? 🚀 A Form component that takes care of the form submission. Yes, it should apply to React Native 🤗
Tweet media one
34
36
543
2
1
34
@HookForm
📋 React Hook Form
1 year
❤️ Thank you so much @Mirakl for donating to the project! We hope our project can continue to grow and support your business.
Tweet media one
0
0
35
@HookForm
📋 React Hook Form
3 years
We have a new resolver: typanion by @arcanis Thanks to @stramel89 & @_jorisre for the contribution.
Tweet media one
0
4
33
@HookForm
📋 React Hook Form
3 years
✨ New resolver: Class Validator Decorator-based property validation for classes. Thanks to @m_zalevski and @_jorisre for putting another amazing resolver.
Tweet media one
1
5
33
@HookForm
📋 React Hook Form
1 year
❤️ Wow, first 🇦🇺 Aussie Company sponsoring us. Oz Oz Oz oi oi oi! Thank you so much @thethinkmill
Tweet media one
1
3
32
@HookForm
📋 React Hook Form
1 year
Resolver is an essential piece for react hook form's success. Thanks, @_jorisre for building and maintaining the library. We are finally at 1k starts.
@_jorisre
Joris
1 year
@HookForm Resolvers has reached 1000 stars! ✨ Thank you to @kolyasapphire for being the one to give us our 1000th star, and to all who have supported this project. 🌟
Tweet media one
0
0
9
0
1
33
@HookForm
📋 React Hook Form
3 years
Version 7.12.0 ⌚ UX: useForm config delayError useForm({ delayError: 500 }) ⌨️ stricter type check on onChange 🐞 fix issue with Controller select toggle inValid state 🐞 fix missing dirtyFields subscribe in useFieldArray 🐞 fix mark controller as mounted
0
3
32
@HookForm
📋 React Hook Form
3 years
Register MUI input is going to be a lot easier!
Tweet media one
0
0
32
@HookForm
📋 React Hook Form
2 years
End-to-end type safety. 👏
@trpcio
tRPC.io 🧙‍♂️
2 years
2
1
17
2
2
31
@HookForm
📋 React Hook Form
2 years
@thekitze 👋🏻 send us a question at GitHub discussion, and let's give you a hand.
0
0
32
@HookForm
📋 React Hook Form
3 years
💻 100,000+ Repos in Github.
Tweet media one
0
1
32
@HookForm
📋 React Hook Form
3 years
Keep pushing and refining. We are making hook form even faster, and you can try it now. `npm i react-hook-form @7 .13.0-next.0` Will be running this `next` version for a couple of weeks before releasing the final version. Please report issues at Github.
0
3
31
@HookForm
📋 React Hook Form
4 years
🎅 Merry Xmas to everyone around the world! 🎄
5
1
30