Concept Flow - useActionData for response handling
User submits form
Action function runs
Action returns data
useActionData hook reads data
Component re-renders with new data
User sees response or error message
Shows how form submission triggers an action, which returns data that useActionData reads to update the component.