lazy-load
Installation
SKILL.md
Lazy Loading Implementation
I'll implement lazy loading patterns for images, components, and routes to improve initial load performance and reduce bundle size.
Supported Frameworks:
- React (React.lazy, Suspense)
- Vue (defineAsyncComponent)
- Next.js (next/dynamic)
- Angular (loadChildren)
- Svelte (dynamic imports)
- Vanilla JavaScript (Intersection Observer)