You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
What is the problem?
When visiting a page whose availability is determined from the server state, there is a time lag before the response is shown to the user.
Your solution
We can show an intermediate loading page to let users know that we have received the request and the server is validating the page access request.
Alternatives considered
Currently, an empty page is shown. If having a loading page is found to add resource overhead, we can leave it as such.
Additional context
When a user goes to an auth protected route, say admin panel, there is a network call made to determine if the page is accessible. I have added a 2 second delay in server to show the need for this in the following GIF.
The text was updated successfully, but these errors were encountered:
When a user goes to an auth protected route, say admin panel, there is a network call made to determine if the page is accessible. I have added a 2 second delay in server to show the need for this in the following GIF.
What is the problem?
When visiting a page whose availability is determined from the server state, there is a time lag before the response is shown to the user.
Your solution
We can show an intermediate loading page to let users know that we have received the request and the server is validating the page access request.
Alternatives considered
Currently, an empty page is shown. If having a loading page is found to add resource overhead, we can leave it as such.
Additional context
When a user goes to an auth protected route, say admin panel, there is a network call made to determine if the page is accessible. I have added a 2 second delay in server to show the need for this in the following GIF.
The text was updated successfully, but these errors were encountered: