Perfecting the Loading Experience with next/dynamic and React Suspense
Introduction
In Next.js, you can speed up your app and provide a better user experience by lazy loading components. The official docs for next/dynamic describe it as a “composite of React.l...