When implementing code splitting using dynamic imports, large bundles are broken into smaller __________.

  • Components
  • Chunks
  • Fragments
  • Segments
Code splitting is the technique of breaking large bundles into smaller chunks, and in ES6, this is achieved through dynamic imports, creating separate chunks. Code chunks are often referred to as "chunks" in this context.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *