react-chat-api
react-chat-api copied to clipboard
Async validation during Signup
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.
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.