Skip to content

feat: add data loader with Suspense integration#5

Closed
uhyo wants to merge 2 commits intomasterfrom
claude/add-data-loader-suspense-0133AY7DrgDcBg8rB6QNpUHy
Closed

feat: add data loader with Suspense integration#5
uhyo wants to merge 2 commits intomasterfrom
claude/add-data-loader-suspense-0133AY7DrgDcBg8rB6QNpUHy

Conversation

@uhyo
Copy link
Owner

@uhyo uhyo commented Dec 13, 2025

Add route data loading feature that integrates with React Suspense:

  • LoaderFunction type for defining route loaders
  • useLoaderData hook for accessing loader data in components
  • Loader cache with Suspense-compatible resources
  • Preload data during navigation interception
  • invalidateLoader/clearLoaderCache utilities for cache management

Add route data loading feature that integrates with React Suspense:
- LoaderFunction type for defining route loaders
- useLoaderData hook for accessing loader data in components
- Loader cache with Suspense-compatible resources
- Preload data during navigation interception
- invalidateLoader/clearLoaderCache utilities for cache management
@uhyo uhyo closed this Dec 13, 2025
@uhyo uhyo deleted the claude/add-data-loader-suspense-0133AY7DrgDcBg8rB6QNpUHy branch December 16, 2025 09:27
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.

2 participants