Concept Flow - Error handling with error.tsx
App runs normally
Error occurs in component
Next.js detects error
Render error.tsx component
Show user friendly error UI
User can retry or navigate away
When an error happens in the app, Next.js shows error.tsx to display a friendly message instead of crashing.