Quiz
Code Splitting & Lazy Loading
Understanding how dynamic imports enable code splitting to reduce initial bundle size.
In a webpack or Vite project, which technique most directly reduces the initial JavaScript bundle size by deferring code until it is actually needed?