reduced.to icon indicating copy to clipboard operation
reduced.to copied to clipboard

Migrate form handling to modular-forms

Open origranot opened this issue 2 years ago • 5 comments

Description

Our current forms, such as the one used in the LinkModal component, manage form state and validation explicitly. Each form element has its state managed through useSignal, and validation is performed using the zod schema within the globalAction$.

With modular-forms, we could abstract away much of the repetitive code and streamline our form processes. The library offers a structured approach to handling form state, validation, and submission, which could significantly reduce boilerplate and make our forms more maintainable.

Screenshots

No response

Additional information

https://modularforms.dev/qwik/guides/introduction

origranot avatar Feb 04 '24 20:02 origranot

Hi @origranot I would love to work on this migration, can you assign it to me?

essofyany avatar Feb 06 '24 11:02 essofyany

Hi @origranot

I would love to work on this migration, can you assign it to me?

Absolutely champ!

origranot avatar Feb 06 '24 11:02 origranot

@essofyany Any update regarding this issue champ?

origranot avatar Mar 18 '24 06:03 origranot