Next.js Fundamentals·Lesson 3 Quiz
Quiz: Routing and Navigation
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. How do you create a route for /about in Next.js App Router?
2. What syntax creates a dynamic route segment?
3. What is the purpose of a layout.tsx file?
4. Why use the Link component instead of an <a> tag?