Frontend
161 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
CSS
Stylesheet language controlling web page presentation
Webpack
Module bundler for compiling and optimizing JS assets
Responsive Design
Making web pages render well on all devices
React
JavaScript library for building user interfaces
HTML
Standard markup language for web page structure and content
Design System
Collection of reusable components and UI standards