Quiz: Code Splitting & Lazy Loading
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. What does React.lazy do?
2. What must wrap a lazy-loaded component to handle its loading state?
3. How does Next.js App Router handle code splitting by default?