Frontend
140 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
React
JavaScript library for building user interfaces
DOM
Programming interface representing web page structure as a tree
CSS
Stylesheet language controlling web page presentation
WebAssembly
Binary format enabling near-native performance in browsers
Design System
Collection of reusable components and UI standards
Webpack
Module bundler for compiling and optimizing JS assets