It seems forced and unnecessary in 96% of the cases I find
Name:
Anonymous2021-05-17 19:44
"callback hell"
callbacks are always much faster than any "event-based" polling which is async ultimately is: async is only performant in optimized, compiled back-end code that you want to scale, not client-side scripts.