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
When displaying a skeleton for the very first time, there is no way to guess what the layout state will be (click See initial state in this example).
However, the first load of a repeat visit could use something like local storage to recall the last layout state and render an accurate skeleton.
This ticket is about adding support for showing skeletons based on stored data.
Privacy: let's consider the risk of storing a page layout in a potentially insecure way. Maybe this just means adding a warning to the docs.
The text was updated successfully, but these errors were encountered:
kumar303
changed the title
Show an initial skeleton based on stored data (like local storage)
Recall stored state to show an accurate initial skeleton
Sep 6, 2020
When displaying a skeleton for the very first time, there is no way to guess what the layout state will be (click See initial state in this example).
However, the first load of a repeat visit could use something like local storage to recall the last layout state and render an accurate skeleton.
This ticket is about adding support for showing skeletons based on stored data.
Privacy: let's consider the risk of storing a page layout in a potentially insecure way. Maybe this just means adding a warning to the docs.
The text was updated successfully, but these errors were encountered: