FlashcardIntermediate
Dynamic Imports with next/dynamic
next/dynamic loads components on demand to reduce the initial JavaScript bundle.
Question
What does next/dynamic do?
Click to reveal answer
next/dynamic loads components on demand to reduce the initial JavaScript bundle.
What does next/dynamic do?