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
Aggressive SWR caching + hover preloading for instant tab switches
- In-memory SWR cache: returns stale data instantly while revalidating
in background (30s fresh, 5min max age, request deduplication)
- Repo metadata cached: revisiting a repo is instant (no skeleton)
- Directory contents cached: navigating back to a dir is instant
- Issue/PR lists cached: switching tabs shows data immediately
- Hover preloading: hovering Issues/PR tabs preloads data before click
- First mount only shows skeleton, subsequent renders use cached data
- preload() utility for fire-and-forget cache warming
0 commit comments