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
{{ message }}
This repository was archived by the owner on Dec 14, 2019. It is now read-only.
We should consider adding a criticalComponents import since we occasionally need specific components to load before we remove the loading screen.
Example
When we need to show a "Are you over the age of 21" modal before displaying the websites content the web component that checks the local storage and session storage should load and run before the page revealed. That way the content isn't displayed and then hidden due to a slow web component load time.
We should consider adding a
criticalComponentsimport since we occasionally need specific components to load before we remove the loading screen.Example
When we need to show a "Are you over the age of 21" modal before displaying the websites content the web component that checks the local storage and session storage should load and run before the page revealed. That way the content isn't displayed and then hidden due to a slow web component load time.