Can anyone offer advice on how to handle requests that are too fast to display a loader properly?
I currently have a submit button that displays a loader until Firebase responds (ajax request). However, the response time from Firebase is extremely quick (< 10ms), causing the loader to appear and disappear in a flash. Any suggestions on how to improve this? I would prefer not to use setTimeout if possible...
Thank you!