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

Enhance SignupForm with Debounced Validation #3235

Open
shubhsardana29 opened this issue Sep 21, 2024 · 3 comments · May be fixed by #3264
Open

Enhance SignupForm with Debounced Validation #3235

shubhsardana29 opened this issue Sep 21, 2024 · 3 comments · May be fixed by #3264

Comments

@shubhsardana29
Copy link

Increasing Access

Unsure

Feature enhancement details

Current Behavior

Screenshot 2024-09-21 at 10 01 59 PM

The SignupForm component currently validates the username and email fields on every keystroke, potentially causing excessive API calls and affecting performance.

Proposed Enhancement
Implement debouncing for the username and email field validations to reduce the number of API calls and improve overall form performance.

Expected Behavior After Enhancement
->Validation for username and email fields should only occur after the user has stopped typing for a short period (e.g., 300ms).
->This should significantly reduce the number of API calls made during form completion.
->The user experience should be smoother, with less apparent lag during typing.

Copy link

welcome bot commented Sep 21, 2024

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.

@29deepanshutyagi
Copy link

i want to work on this issue ,kindly assign it to me @shubhsardana29

@shubhsardana29
Copy link
Author

i want to work on this issue ,kindly assign it to me @shubhsardana29

hi i'm not the maintainer/member here. Also there are already so many PRs on this, please don't spam the repo

PratyushSawan pushed a commit to PratyushSawan/p5.js-web-editor that referenced this issue Nov 3, 2024
@PratyushSawan PratyushSawan linked a pull request Nov 3, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants