Tag: Bundle
3 items found
Glossary Terms
Glossary
Code Splitting
Code splitting breaks JavaScript into route or component chunks so the browser downloads only the code needed for the current view.
Glossary
Tree Shaking
Tree shaking analyzes the ES module dependency graph and removes unused exports from the production JavaScript bundle.
Glossary
Webpack
Webpack analyzes JavaScript, CSS, and asset dependencies as a module graph and produces browser-ready bundles.