Why You Should Use Toasts to Express Interface States
Dynamic feedback that occurs in the moment
Imagine performing a task on an interface and not getting feedback on whether you're doing things correctly. The lack of feedback would make you feel uncertain and apprehensive about your actions. That’s why it's important to inform users of interface states as they occur in context. The best way to do this is to use toasts.
Toasts can get the user's att…