FlashcardIntermediate
Lazy Loading Components
Lazy loading defers loading non-critical components until they are actually needed.
Question
Why lazy load components in a Next.js app?
Click to reveal answer
Lazy loading defers loading non-critical components until they are actually needed.
Why lazy load components in a Next.js app?