Common questions
Should we use toast notifications by default?
No. Toasts are easy to miss, hard for assistive tech, and often duplicate better patterns. Use inline status, dialog confirmation, or page-level messaging first.
When is a toast acceptable?
Rarely — as a last resort for non-critical background completion when no safer surface exists, with clear text and a path to review the outcome.
What should replace toasts for errors?
Persistent inline error near the source, form summaries, or dedicated status regions — see error states and live regions guidance.