Expand description
Lazy loading system for shadcn/ui Leptos components
This module provides lazy loading capabilities to reduce initial bundle size by loading components only when they’re needed.
Structs§
- Bundle
Analysis - Bundle analysis results
- Bundle
Analyzer - Component bundle analyzer for optimization
- Lazy
Component Loader - Lazy component loader that manages dynamic imports
- Lazy
Component Props - Props for the
LazyComponentcomponent.
Functions§
- Lazy
Component - Lazy component wrapper that loads components on demand
- use_
lazy_ component - Hook for lazy loading components
Type Aliases§
- Component
Loader - Component loader function type