p5.js-web-editor
p5.js-web-editor copied to clipboard
Update SignupForm.jsx
Added a debouncing logic so as to handle multiple requests
Fixes #issue-number
Changes:
I have verified that this pull request:
- [ ] has no linting errors (
npm run lint) - [ ] has no test errors (
npm run test) - [ ] is from a uniquely-named feature branch and is up to date with the
developbranch. - [ ] is descriptively named and links to an issue number, i.e.
Fixes #123