Comments on: Do Not Let Your User See Spinners https://www.intellectsoft.net/blog/do-not-let-your-user-see-spinners/ Thu, 11 Mar 2021 09:45:54 +0000 hourly 1 https://wordpress.org/?v=5.8.2 By: Abdul Hannan shaikh https://www.intellectsoft.net/blog/do-not-let-your-user-see-spinners/#comment-187 Thu, 22 Feb 2018 10:00:00 +0000 https://stanfy.com/?p=10234#comment-187 This does not work on use cases in which user is performing a workflow
e.g an Internet banking app which lets user transfer funds
e.g an ecommerce app in which user does the journey from cart -> checkout -> payment

But in general I agree that there are certain operations in which we should avoid showing loaders / spinners

]]>
By: Chris Butler https://www.intellectsoft.net/blog/do-not-let-your-user-see-spinners/#comment-186 Fri, 23 Oct 2015 18:10:00 +0000 https://stanfy.com/?p=10234#comment-186 In reply to Yashdgr8.

Yes, it would, but so would any type of failure.

Probably in this case you would give them a notification that there was an error when syncing the state and allow them to try again.

Also, you could store the to-be-synced state in the app until a later time it could succeed.

]]>
By: Yashdgr8 https://www.intellectsoft.net/blog/do-not-let-your-user-see-spinners/#comment-185 Fri, 23 Oct 2015 14:31:00 +0000 https://stanfy.com/?p=10234#comment-185 What if we set the status as “following” and when the operation is actually performed and an error occurs. We undo the object update. Wouldn’t that be a bad user experience?

]]>