Concept Flow - Client-side error boundaries
Component Renders
Error Occurs?
No→Show Normal UI
Yes
Error Boundary Catches
Render Fallback UI
User Interaction
Reset Error Boundary?
Yes→Retry Render
No
Stay on Fallback UI
The component tries to render. If an error happens, the error boundary catches it and shows fallback UI. User can retry to reset the error and render again.