Most forms require some sort of validation, for instance we'd like to check whether the password is empty, is long enough etc.
In this lesson we are going to learn how to use the validate
prop from react-final-form Form
component to validate form values whenever they change and to display helpful error messages to users.
Hi @Tomasz, just want to say I loved your playlist on react-final-form. It got me up to speed on using it really quickly. You should turn this into an EggHead course! Maybe it could already be one?