Framework agnostic, high performance, subscription-based form state management. Created by @erikras.

Github
Wow! You should see how fast @finalformjs runs on my new Mac Pro!! #WWDC19
1
2
27
I'm very pleased that, according to downloads, only 83% of the people using 🏁 Final Form are also using 🏁 React Final Form. That was the intent of the dichotomy between state management and view framework. Look at those babies diverge, starting in 2019! ❀️
1
1
13
πŸŽ‰ React Final Form Arrays v3.0 now has #ReactHooks support! πŸŽ‰ Breaking changes are mostly about upgrading your dependencies. Now those of you using field arrays can upgrade to the latest greatest 🏁 React Final Form! github.com/final-form/react-…
1
1
12
πŸ”ˆ RFF v6.0.0 - To fix a part of the API that @flowtype prohibits (parse={null}), we've had to introduce a breaking change, so we've taken the opportunity to make another breaking change, to prohibit subscription changes, thus excising edge-case code from your bundle size. βš–οΈ
1
3
8
.@whereischarly Why is the first time I'm hearing about Frontier on the live stream of your @ReactEurope talk? Looks AWESOME!! I've been waiting for someone to create another React usage of @finalformjs.
4
8
Want to attach event listeners around your 🏁 Final Form submission? Now it's easy! github.com/final-form/final-… It's stuff like this that the decorator and mutator system was designed to enable.
1
3
4
πŸ€” When your form library is framework agnostic, you can even use it with... ...NO FRAMEWORK AT ALL!! 🀯 Behold the power of 🏁 Final Form state management using pure javascript DOM manipulation. (Twitter blocks direct JSFiddle links 😒) github.com/final-form/final-…
1
8
31
Has this ever happened to you? You type into an input and hit ⏎, your form is submitted without the browser ever firing the onBlur event. 😫 So if you are doing something, like formatting values onBlur, you're out of luck...🀬 ...unless you're using 🏁 React Final Form v5.1.0!
1
2
10
Released today, 🏁 Final Form 4.13.0 introduces beforeSubmit and afterSubmit callbacks for fields, enabling fields to get their matters settled (and optionally abort the submit) before the submit actually happens. ⚠️ Validation is not re-run! ⚠️
1
2
React Final Form v5.1.0 uses this callback to perform formatOnBlur, so the formatted value gets submitted. Users have been asking for this for a while. Enjoy! github.com/final-form/react-…
1
Q: What's the difference between react-final-form-hooks and the hooks introduced in react-final-form v5? A: Both still have a place in the world. github.com/final-form/react-…
2
3
πŸŽ‰ HAPPY HOOKS DAY!! πŸŽ‰ 🏁 React Final Form v5.0.0 has been released with full support for React Hooks both internally and exported as API. Aside from the React dep change, there are almost no breaking changes. Let's take your forms into the FUTURE! 😎 github.com/final-form/react-…
2
22
75
Before the launch of 🏁 React Final Form v5, I wanted to do a quick performance test, to see if, with hooks, it was faster or slower than v4. TLDR: It's more or less the same. Also compared to rival Formik. Who can best handle 1000 inputs? πŸ₯πŸ₯πŸ₯ vimeo.com/336206520
8
5
40
πŸ’£ I've spent the past two weeks rewriting 🏁 React Final Form using hooks and rewriting *all* the tests to use 🐐 React Testing Library. It's been a great learning experience, and the library feels as robust as ever. Up to 100% coverage...hope to release sometime this week. ⏱
3
16
131
Rethinking 🏁 React Final Form API... What if FormSpy was renamed to WithFormState?
45% Great idea! πŸ‘
17% No, stick with FormSpy
38% WTF is FormSpy? πŸ˜•
102 votes β€’ Final results
2
🏁 Final Form retweeted
React Final Form is so flexible, it can even be used on... πŸ₯ ... THE COMMAND LINE!! 🀯 πŸŽ‰ Introducing a brand new example using @vadimdemedes' Ink package to manage form state in a CLI app! πŸŽ‰ Run it now: npx rff-cli-example github.com/final-form/rff-cl…
2
14
42
πŸŽ‰ React Final Form Hooks v2.0.0 πŸŽ‰ Now with field-level validation, 100% test coverage, and eslint hooks plugin. VERY minor breaking change related to field-level validation. github.com/final-form/react-…
3
11