tinkerhubco / docnest-desktop

DocNest platform desktop app
2 stars 0 forks source link

Composable forms architecture/structure with Formik and render props #29

Closed isotopeee closed 5 years ago

isotopeee commented 5 years ago

Implementation reference: https://techblog.commercetools.com/render-props-apollo-and-formik-build-and-compose-forms-in-react-with-ease-f79a594be239

KEEP IN MIND

Validation and conversions should be treated as a form level concern, not on each field or input.