Concept Flow - Page.tsx as route definition
Create Page.tsx file
Write React component
Export component as default
Next.js detects file in app router
Route auto-created based on file path
User visits URL matching route
Component renders in browser
This flow shows how creating a Page.tsx file with a React component automatically defines a route in Next.js app router.