Frontend
33 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
Frontend Development
Building user-facing web applications with HTML, CSS, JavaScript
Nuxt.js
Full-stack Vue.js framework with SSR and auto routing
Accessibility ARIA
Attributes enhancing accessibility for dynamic web content
Vite
Fast build tool with instant server start and HMR
React
JavaScript library for building user interfaces