d-sektionen / medlem

:bust_in_silhouette: New member portal for D-sektionen.
https://d-sektionen.github.io/medlem
MIT License
4 stars 1 forks source link

Generic forms #1

Open emil19 opened 5 years ago

emil19 commented 5 years ago

Build a generic form component for handling styling, validation, submitting, errors, etc.

Mafrans commented 3 months ago

Necroing this issue to introduce some new thoughts as this is a continued issue. I don't think there is a need to implement our own system for this. Open source libraries like Formik and react-hook-form already exist which make validation and submission a breeze, and I doubt we could come up with a home-grown solution which outperforms them.