You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
hey @origranot i wanna work on this issue. could you confirm if this project is gonna be a part of hacktoberfest 2024 or not? if yes, please assign it to me
hey @origranot i wanna work on this issue. could you confirm if this project is gonna be a part of hacktoberfest 2024 or not? if yes, please assign it to me
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 throughuseSignal
, and validation is performed using thezod
schema within theglobalAction$
.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
The text was updated successfully, but these errors were encountered: