Skip to content

docs: add route-level prefetching guide with GoRouter and AutoRoute patterns (#25) - #39

Open
donfreddy wants to merge 1 commit into
mainfrom
docs/prefetch-guide-25
Open

docs: add route-level prefetching guide with GoRouter and AutoRoute patterns (#25)#39
donfreddy wants to merge 1 commit into
mainfrom
docs/prefetch-guide-25

Conversation

@donfreddy

Copy link
Copy Markdown
Collaborator

Closes #25

Description

New recipe guide covering route-level prefetching patterns to eliminate loading spinners during navigation.

Content

  • GoRouter redirect-based prefetching: fire-and-forget prefetch in route redirect callbacks, with error handling
  • AutoRoute resolver-based prefetching: RouteGuard pattern with optional timeout grace period
  • Cache-first vs network-first: strategy comparison and implementation patterns
  • QoraPrefetch widget: in-tree prefetch for list items before navigation
  • Testing section: deterministic prefetch tests with QoraClient directly
  • Available in both EN (en/04.recipes/12.prefetch.md) and FR (fr/04.recipes/12.prefetch.md)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add guide for route-level prefetching with GoRouter / AutoRoute

1 participant