Package Exports
- react-hooks-yup-form
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-hooks-yup-form) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
disclaimer The project lacks tests and CI so it's not fully maintained at the moment.
#React hooks form with yup validation This form combines bits of Formik api with the author's personal approach on how to make it more easy in use and more dynamic in the same time. The react hooks system was applied so the least compliant react version is 16.7. The form is fast and lightweight, easy to use (see /examples). The form could make use of plain validation functions as well yup validation schema on both: form and field levels.
Run examples
yarn start
or
npm start