Post #2625584
2026-04-30 17:37 UTC
@sjs@techhub.social @mattiem@mastodon.social I think a good way to think about this might be whether you still want the side effect to happen regardless of whether the button still exists. Imagine tapping the button writes something to the local data store, or performs a network request. If the button gets destroyed before the work completes we typically don’t want to abandon the work, so fire and forget in that case makes sense.
Replies (0)
No replies.