Frontend
134 views
Webpack
Quick Definition
Module bundler for compiling and optimizing JS assets
Full Definition
A module bundler for JavaScript applications that compiles and optimizes assets.
Examples
module bundling, code splitting, loaders, plugins, tree shaking
Related Terms
vite
rollup
module-bundler
More Frontend Terms
Frontend Development
Building user-facing web applications with HTML, CSS, JavaScript
CSS Grid
Two-dimensional CSS layout system for complex layouts
Server Components
React components rendering on the server for better performance
Hydration
Process of attaching JS event handlers to server-rendered HTML
Svelte
Compiler-based framework producing efficient vanilla JS
Virtual DOM
Lightweight DOM copy for efficient UI updates