Chapter quiz · Rendering & Hydration

Test what you learned.

8 questions on Rendering & Hydration. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Rendering & Hydration — Chapter Quiz

Eight questions covering SSR, SSG, hybrid rendering, hydration, and ClientOnly.

0/ 9
  1. Question 1
    1

    What is Nuxt's default rendering mode?

  2. Question 2
    2

    Which command produces a fully static site?

  3. Question 3
    3

    routeRules lets you mix SSR, SSG, ISR, and SPA mode in one app.

  4. Question 4
    4

    What does swr: 3600 mean as a route rule?

  5. Question 5
    5

    How do you opt a route into SPA mode (no SSR)?

  6. Question 6
    6

    Wrap browser-only code in <________> to skip server rendering.

  7. Question 7
    7

    Naming a component Foo.server.vue means it...

  8. Question 8
    8

    Which can cause a hydration mismatch?

    Select all that apply.

Pick an answer — instant feedback as you go.