Check Yourself · Next.js

Ch 1 · What Next.js Adds — card 4 of 4.

Answer these before moving on:

  1. Which of these does React itself provide: components, routing, data fetching, state?
  2. Why does server rendering matter more on a slow phone than on your laptop?
  3. If app/clients/page.tsx exists, what URL shows it?

The third one is the whole of Chapter 2 in one question, and if you guessed /clients you have already understood it.