-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Form Validation handling #1
Labels
Comments
pmbanugo
added
help wanted
Extra attention is needed
good first issue
Good for newcomers
labels
Dec 21, 2023
Side note: perhaps root/apex domains like google.com should not be allowed because it's a waste of resource if they keep running and are not useful to the end user. |
@pmbanugo i will take that |
Just FYI, I’d like prefer if you used Valibot instead of Zod. |
@pmbanugo ok |
abakermi
added a commit
to abakermi/cron-atlas
that referenced
this issue
Jan 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The forms currently only have basic client-side validation. The application should also do server-side validation, so that only valid data will be saved. It should ensure that:
This could be implemented in a simplistic way using epicweb-dev/invariant. An alternative is to use Conform and Valibot. The following guides by Kent Dodds shows how to use it in Remix.
The text was updated successfully, but these errors were encountered: