Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Living wiki of UI design patterns and best practices built with Fumadocs, Next.js, and Base UI components.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
rules/prefetch-use-selectively.md
1---2title: Use Predictive Prefetching Selectively3impact: MEDIUM4tags: prefetch, selective, performance5---67## Use Predictive Prefetching Selectively89Predictive prefetching doesn't belong in every project. Use it where navigation latency is noticeable.1011**Good use cases:** data-heavy dashboards, multi-page apps with slow API responses, e-commerce product pages.1213**Bad use cases:** static sites with instant navigation, single-page apps with all data preloaded.14