This demo shows how next/dynamic can help reduce initial bundle size by code-splitting heavy components. Open your browser's DevTools Network tab to see the difference!
These components are imported normally and included in the main bundle.
These components are loaded dynamically and split into separate chunks.