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
Note: onLoad/onError will trigger on successful/unsuccessful CSS loads. This event propagates up to a top-level div, so that simplifies this implementation.
The text was updated successfully, but these errors were encountered:
Current Situation
Right now there's no method of deferring a component load until a list of CSS or JS has fully loaded.
Original Discussion
Proposed Actions
Develop a
DeferredLoader
component that waits until a list of CSS has loaded until rendering a component.Note:
onLoad
/onError
will trigger on successful/unsuccessful CSS loads. This event propagates up to a top-level div, so that simplifies this implementation.The text was updated successfully, but these errors were encountered: