Chapter quiz · Server & Client Components

Test what you learned.

8 questions on Server & Client Components. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Server & Client Components — Chapter Quiz

Eight questions on the server/client boundary, streaming, and composition.

0/ 9
  1. Question 1
    1

    In App Router, what is the default for a new component file?

  2. Question 2
    2

    A Server Component can await a Promise directly in its function body.

  3. Question 3
    3

    Where does 'use client' need to appear to mark a Client Component?

  4. Question 4
    4

    What does <Suspense fallback={<p>Loading…</p>}> do?

  5. Question 5
    5

    Which file is the automatic Suspense boundary for a route segment?

  6. Question 6
    6

    A Server Component can be imported from a Client Component.

  7. Question 7
    7

    To make a hook-using third-party library work in App Router, wrap it in a _______ module that re-exports its components.

  8. Question 8
    8

    Which of these force a component file to be a Client Component?

    Select all that apply.

Pick an answer — instant feedback as you go.