Skip to content
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

Add Zod Validation #66

Open
deepanshu2711 opened this issue Aug 7, 2024 · 1 comment
Open

Add Zod Validation #66

deepanshu2711 opened this issue Aug 7, 2024 · 1 comment

Comments

@deepanshu2711
Copy link

Advantages -

  1. Immediate feedback for users as they interact with forms.
  2. Catch common errors before sending data to the server, reducing unnecessary server load.
  3. Ensures that all incoming data is validated before being processed
@kotiyalashwin
Copy link

The validation is to be performed in the frontend itself or after the data reaches the backend?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants