📖 Step 5: Design - Advanced UI/UX#144 / 291
Lazy Loading
Lazy Loading
📖One-line summary
Loading only what's visible first and the rest as you scroll.
✨Example
🖼️
🖼️
🖼️
Images load as you scroll
⚡Vibe coding prompt examples
>_
Apply lazy loading to an image list. Use Intersection Observer to load on viewport entry, and show a skeleton while loading.
>_
Implement route-based code splitting and lazy loading with React.lazy and Suspense. Show a progress bar while loading.
Try these prompts in your AI coding assistant!