User Experience
2022
Redux Powered Notification Pipeline Pt. 2: Toasts
·1876 words·9 mins
Development
User Experience
TypeScript
Redux
UX
Alerts tend to be for sticky messages that I want to ensure the user must actively engage and dismiss. Toasts , on the other hand, are used for quick, something-happened style messages - the information is there for the user to pay attention to, or not, as the message will disappear on its own in a few seconds.
Redux Powered Notification Pipeline Pt. 1: Alerts
·2771 words·14 mins
Development
User Experience
TypeScript
Redux
UX
Timely and relevant feedback from application events is critical to maintaining user engagement. Two standard ways of delivering immediate event feedback are through the use of alerts and toast messages .