Frontend
160 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
State Management
Managing application data state across components
Webpack
Module bundler for compiling and optimizing JS assets
Single-Page Application
Web app that loads once and dynamically updates content
Flexbox
CSS layout module for one-dimensional item arrangement
TypeScript
Superset of JavaScript with static type checking
Shadow DOM
Web standard for encapsulated DOM and styling isolation