Multiple choiceDifficulty 3
A route segment needs a UI. Which file convention renders that segment?
Answer
page.tsx (or page.js)
page.js/tsx is the UI for a route. route.js is for Route Handlers.
Choices
- page.tsx (or page.js)
- route.tsx only
- index.html
- component.tsx