Concept Flow - Dynamic routes with [param]
User visits URL
Next.js checks pages folder
Matches dynamic route file: [param
Extracts param from URL
Passes param as prop to component
Component renders with param value
Page shown with dynamic content
Next.js matches the URL to a dynamic route file, extracts the parameter, and renders the page using that parameter.