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
ref(ui): defer showing the fallback for lazy-loaded files (#102031)
with [route intent
preloading](#102574), we show
way fewer loaders for lazy-loading assets. However, the loader still
shows up when you hard reload a page, or navigate there for the first
time. this still leads to cascading loaders, with the first loader (the
vertically centered one) being from lazy-loading the static asset:
https://github.com/user-attachments/assets/5a85bf86-74ee-4d1d-b2a9-10121bc7160f
since lazy-loading static assets is usually fast, by deferring the
loader by 300ms, we get a better experience for those cases, while still
showing a loader should it really take some time:
https://github.com/user-attachments/assets/35945187-d594-43b1-8f79-1b8bef4354c7
0 commit comments