Chapter quiz · Real Apps

Test what you learned.

8 questions on Real Apps. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Real Apps — Chapter Quiz

Eight questions on routing, data fetching, state libraries, testing, a11y, deployment.

0/ 8
  1. Question 1
    1

    In React Router, what's the right way to navigate without a full page reload?

  2. Question 2
    2

    Which is React Query's job?

  3. Question 3
    3

    All app state should live in a global store like Redux.

  4. Question 4
    4

    What's the React Testing Library philosophy?

  5. Question 5
    5

    For a clickable card that navigates to a URL, the best HTML is…

  6. Question 6
    6

    A Vite-built React app needs a SPA fallback config (like Netlify's _redirects) for client-side routing to work after a hard refresh.

  7. Question 7
    7

    For a sign-up form with 8 fields and validation, the typical choice is…

  8. Question 8
    8

    Production build of a Vite app: npm run _____.

Pick an answer — instant feedback as you go.