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
Loads resoruces from localStorage. After 1 second of no new changes (debounced), caches resources to localStorage.
5
+
Loads resources from `localStorage` on startup (which has _massive_ impact on how fast your application is perceived) - as opposed to waiting for subsequent network events to render things. Asynchronously (debounced) caches resources when they change.
0 commit comments