react-chat-api icon indicating copy to clipboard operation
react-chat-api copied to clipboard

Async validation during Signup

Open dmitryt opened this issue 7 years ago • 1 comments

It will be convenient for user to get backend validation error(such as "User with such name already exists") before submitting the form. For instance, when user finishes entering the username, frontend should send request to backend and check entered value.

dmitryt avatar May 21 '18 10:05 dmitryt

Nice idea! However, it goes beyond the program of this course. I'll gladly merge you PR if you have some time to implement it.

denysdovhan avatar May 21 '18 17:05 denysdovhan