You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, the skeletons being used are in-lined and ad-hoc. It would be good to make skeleton components that are specific to the component being loaded by the application. This would probably include a skeleton component for (at least) each of the following scenarios:
Skeletons + Suspense already improve UI transitions for the user. Making the Skeletons reflect what is about to be loaded further helps improve on transition/page load UX.
The text was updated successfully, but these errors were encountered:
Description
As of now, the skeletons being used are in-lined and ad-hoc. It would be good to make skeleton components that are specific to the component being loaded by the application. This would probably include a skeleton component for (at least) each of the following scenarios:
<Suspense>
for components with data fetching #32)Skeletons + Suspense already improve UI transitions for the user. Making the Skeletons reflect what is about to be loaded further helps improve on transition/page load UX.
The text was updated successfully, but these errors were encountered: