aburd / beats-with-friends

A piece of software where beatmakers can make beats with each other.
3 stars 0 forks source link

Adding Form Validation #17

Closed OrPerl closed 2 years ago

OrPerl commented 2 years ago

Feature Request

Is your feature request related to a problem? Please describe. To improve the development experience, instead of implementing form validation manually, it is more effective to have a dedicated form validation library that can help manage both validations, error messages, and easiness of retrieving form values.

Describe the solution you'd like Felte for Solid is a recent entry for Solid for form validations. It has good documentation, and functionality, and is stable for usage. Additionally Hope-UI has built-in support for it.

Describe alternatives you've considered Unfortunately, form validation for Solid is still quite barebone. The other alternative for felte is Solar Forms. While I am quite fond of how it is implemented, it is still in early development and cannot be quite trusted for production-grade development.

Teachability, Documentation, Adoption, Migration Strategy Following my proposal to use Hope-UI, I would recommend referring to both the Felte documentation and Hope-UI's documentation on how to use Felte for the time being.

aburd commented 2 years ago

Agreed that there aren't many alternatives, but let's just use what's out there!