Check Yourself · Next.js
Ch 1 · What Next.js Adds — card 4 of 4.
Answer these before moving on:
- Which of these does React itself provide: components, routing, data fetching, state?
- Why does server rendering matter more on a slow phone than on your laptop?
- 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.