origranot / reduced.to

Free Modern URL Reducer. Make sure to share love by giving it a star.🌟 Have a great day!
https://reduced.to
MIT License
637 stars 273 forks source link

Migrate form handling to modular-forms #702

Open origranot opened 5 months ago

origranot commented 5 months ago

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

essofyany commented 5 months ago

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

origranot commented 5 months ago

Hi @origranot

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

Absolutely champ!

origranot commented 4 months ago

@essofyany Any update regarding this issue champ?