Skip to main content
Next.js Fundamentals·Lesson 4 Quiz

Quiz: Data Fetching and Server Components

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. What are components by default in Next.js App Router?

2. How do you make a component a Client Component?

3. How do you revalidate cached data every 60 seconds?

4. What special file shows a loading state while a page's data is being fetched?