Better UX
Let’s improve the interactive experience of the application.
We'll cover the following
We can improve the user experience on the login and sign-up pages by making use of the Loader
and Alert
components. For example, while waiting for the sign-up response, we can use a Loader
component instead of a blank page. This indicates to the user that the page is processing something or waiting for a response. This way, we can make our application more interactive for the user.
The sign-up page
We can display the Loader
component while waiting for the server response.
Get hands-on with 1400+ tech skills courses.