Skip to content

Loading - Spiner vs Skeleton #2847

Discussion options

You must be logged in to vote

Hi @cdpestitschek

This has come up a couple of times, for example: #1932, and we still don't really have strict guidelines, as it kind of depends on the situation. It might largely be down to the application, the page, the API being called, or just generally the technical constraints placed on the data being shown. Here are some things that you might consider when choosing.

Skeletons might be good for:

  • Initial page load when different sections of the page load asynchronously, at different times
  • Initial page load if you want to reduce page layout shift once the data loads as the skeletons will roughly be the shape and size of the data to be shown

Spinners might be good for:

  • Initial page…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SiTaggart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants