Why should a form state management library dictate what view framework you must use?
Companies worldwide are using Form with React, Vue, Web Components, and more.
From day one, Final Form was designed to be modular: you put the pieces together to build the form library that fits your requirements.
Why should your users need to download complex code for handling arrays of fields when your signup form is just four fields?
Final Form is completely self-contained, at just 5.7KB gzipped.
You don't
need to install all of lodash
just to have a form state management
solution.
For small forms, redrawing your entire form on every keypress is no problem. But when your form grows, performance can degrade.
No other form library allows such fine tuning to manage exactly which form elements get notified of form state changes.