In React, <Suspense>
lets you display a fallback until its children have finished loading. Throbbers gained popularity as one of the many ways that developers had to distract users on loading times, by providing them with something to look at.
Skeletons built with seem to fill that niche a little better, with being a programmatic, language-feature way to do just that. Since its inception, has best practice been to gradually phase out any use of old-school Throbbers in React applications?