Frontend
27 views
Code Splitting
Quick Definition
Breaking JS bundles into smaller chunks loaded on demand
Full Definition
Breaking JavaScript bundles into smaller chunks loaded on demand.
Examples
dynamic imports, route splitting, vendor chunking
Related Terms
lazy-loading
webpack
performance
More Frontend Terms
Nuxt.js
Full-stack Vue.js framework with SSR and auto routing
Shadow DOM
Web standard for encapsulated DOM and styling isolation
CSS Grid
Two-dimensional CSS layout system for complex layouts
Lazy Loading
Deferring resource loading until needed
Component Library
Pre-built reusable UI components for faster development
Progressive Web App
Web apps with native app-like experience and offline support