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

Github
That was easy! 🏁 React Final Form reimplemented using #ReactHooks. πŸ’₯ 65 lines, prettified. πŸ’₯ Still using render props to allow fields to rerender independently. More research to come... πŸ”¬πŸ‘¨β€πŸ”¬ @finalformjs codesandbox.io/s/0043kyvp0l
5
16
89
Today my 5yo son saw the 🏁 @finalformjs logo on my computer screen and said, "What's that chessboard for?" ❀️
1
Just released: react-final-form@3.6.7 - Upgrading to @babeljs v7 dropped 100 bytes off the bundle size! πŸ’₯ github.com/final-form/react-…
1
6
Positive reviews from those who have sampled the competition are always the nicest. ❀️
6
.@finalformjs (with react wrapper + arrays) is 60% smaller than redux form (Excluding redux from bundle since, in either scenario, I still use it)
2
5
🏁 Final Form retweeted
#ReactAlicante @ReactAlicante first day sum up: - let's hope 2019 will be the year of webcomponents - redux-form? consider @finalformjs - do not overengineering your style guide it's not a product - a lot of testing tools to test - maybe it's time to write own chrome ext?
1
8
My talk about @finalformjs at @ReactAlicante has been published! It discusses my journey from @ReduxForm through the conception of 🏁 Final Form. Enjoy all the formy goodness! youtu.be/WoSzy-4mviQ
9
30
🏁 Final Form retweeted
#ReactAlicante some notes
1
2
10
🏁 Final Form retweeted
How to pick a library by @erikras #ReactAlicante
5
12
Thank you so much to our newest backer, @311chaos. Contributions like yours keep this library afloat. Every little bit helps. ❀️ opencollective.com/final-for…
1
1
6
Example of great form UX with react-final-form.
3
Beautiful article on why bundle size is important. 🏁 Final Form has prioritized bundle size from day one. medium.com/@addyosmani/the-c…
3
9
πŸŽ‰ final-form v4.9.0 πŸŽ‰ FormState now contains a list (actually an Object) of all the currently dirty fields. Useful if you want to only submit the dirty ones.
6
Any @RollupJS nerds wanna spend 5-10 minutes and be super helpful? πŸ™ RT? πŸ™ github.com/final-form/react-…
2
3
5
No need for RTs anymore. @AndaristRake saved the day! πŸ†
4
Using @MaterialUI? Check out final-form-material-ui, an adaptor for MUI inputs to work with Final Form. github.com/Deadly0/final-for…
1
11
Challenge: Asynchronously generate a warning (like an error, but doesn't halt submission) for a field whenever that field's value changes. codesandbox.io/s/72j0kzqr3j
4
Not sure how useful this is, but it's sort of an interesting solution to asynchronously update a field on blur. πŸ€·β€β™‚οΈ codesandbox.io/s/v88y50169l