I'm looking for the useAsyncCallback with the signal param passed to handle multiple taps in quick succession. I realise I can disable the button when you click it, but that's not ideal.
Can we combine the useAsyncAbortable and useAsyncCallback somehow?
I'm looking for the
useAsyncCallbackwith thesignalparam passed to handle multiple taps in quick succession. I realise I can disable the button when you click it, but that's not ideal.Can we combine the
useAsyncAbortableanduseAsyncCallbacksomehow?