Chapter quiz · Data, HTTP & Patterns

Test what you learned.

8 questions on Data, HTTP & Patterns. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Data, HTTP & Patterns — Chapter Quiz

Eight questions on fetch, Suspense, Teleport, KeepAlive, transitions, TypeScript, and i18n.

0/ 9
  1. Question 1
    1

    In a script-setup component, where would you typically run a one-time fetch?

  2. Question 2
    2

    What does <Suspense> do?

  3. Question 3
    3

    What problem does <Teleport to="body"> solve for modals?

  4. Question 4
    4

    <KeepAlive> is used to:

  5. Question 5
    5

    Which CSS class does <Transition name="fade"> apply at the start of an enter?

  6. Question 6
    6

    You can declare typed props using the generic form defineProps<{ name: string }>().

  7. Question 7
    7

    The official Vue translation library is called ___.

  8. Question 8
    8

    Which of these are valid Vue 3 built-in components?

    Select all that apply.

Pick an answer — instant feedback as you go.