What’s up everyone? I’m working on a React-ish settings panel where saves happen in the background, and I’m trying to announce status changes for screen reader users without spamming them every time something re-renders or a debounced API call finishes.
If you’ve dealt with this in production, what’s your rule of thumb for when to use live regions vs focusing a status element vs doing nothing, especially when performance budgets push you toward batching updates that can accidentally swallow or reorder announcements?