Frontend
149 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
Vite
Fast build tool with instant server start and HMR
Progressive Web App
Web apps with native app-like experience and offline support
Server Components
React components rendering on the server for better performance
Tailwind CSS
Utility-first CSS framework for custom design building
CSS
Stylesheet language controlling web page presentation
React
JavaScript library for building user interfaces