Frontend
31 views
Lazy Loading
Quick Definition
Deferring resource loading until needed
Full Definition
Deferring loading of non-critical resources until they are needed.
Examples
code splitting, image lazy loading, route-based splitting
Related Terms
performance
code-splitting
virtualization
More Frontend Terms
Flexbox
CSS layout module for one-dimensional item arrangement
HTML
Standard markup language for web page structure and content
Accessibility ARIA
Attributes enhancing accessibility for dynamic web content
Web Component
Browser-native technology for reusable custom HTML elements
Static Site Generation
Pre-rendering pages at build time into static HTML
CSS Grid
Two-dimensional CSS layout system for complex layouts