Y
Hacker News
new
|
ask
|
show
|
jobs
by
GoblinSlayer
1340 days ago
Spinners are a total antipattern. If loading is interrupted by an error, the spinner just keeps spinning. And there's no need to display progress every millisecond, 0.1 Hz should be enough.
2 comments
tgsovlerkhgsel
1339 days ago
> If loading is interrupted by an error, the spinner just keeps spinning.
Only if written incompetently.
link
Am4TIfIsER0ppos
1340 days ago
Or if you disable javascript the spinner remains despite the content being complete under it. Fucking web devs!
link
Only if written incompetently.