← Back to context

Comment by bastawhiz

1 day ago

1. You load nothing, and the page is broken and unusable. A slow network means you see a header and a footer smooshed together.

2. You show a spinner, which is functionally equivalent to a spinner

3. You wait until the content is loaded and the page feels completely broken, because nothing is happening until it's loaded.

> sometimes skeletons also break scrolling, so you end up even more frustrated because your controls don't work.

This is just lazy programming. The skeleton should be the minimum height of the content it will be replaced by.

Again, I don't see any upsides for me compared to a blank page. Skeletons in the best case just show a useless intermediate state, and in the worst case just force me to pay attention to a non-functional page for an indefinite amount of time.

A blank page does not try to keep grabbing my attention.

Skeletons also have a toxic effect on web developers by letting them get sloppier.