Effect CommunityEC
Effect Community3y ago
10 replies
bleu_pervenche

Using Cancellation Tokens with Promises in React Effects

Hi ! How may I use cancellation tokens with a promise running in an effect. Let's say the effect get cancelled, I would like to cancel an underlying promise with a cancellation token. (For example an axios request that supports cancellation tokens)
Was this page helpful?