-
Notifications
You must be signed in to change notification settings - Fork 3
...Loading... #94
Copy link
Copy link
Open
Labels
Description
I like how you've build an interim loading screen — I think that's a good convention to be following.
However, I'd recommend placing it further down your component tree. Place your loading text (or loading bar or wheel or whatever) at the part of your application that's making an API call, and it will give your user the impression that the platform has loaded faster (even if it's actually taken the exact same length of time).
Reactions are currently unavailable