A generalized debounce/search problem
The UI problem
We have a login form where username needs to be unique.
When you type the username, we make a request using validateUsername(username: string): Promise<boolean>.
With the result of the request, we update the helper text below the input...
tigerabrodi.blog2 min read