piccalilli_’s avatarpiccalilli_’s Twitter Archive—№ 15,270

  1. Pro tip JS devs. If on click you wait for a network response without showing some sort of loader: set the button state to its “success” state and reverse it if it all goes wrong. If the button looks clickable and your response is slow (it will be), users will click it again.