Cancellable Axios
1 min readJun 8, 2019
This is the usual way of making a cancellable axios request:
And we can refactor it to something more readable and reusable into something like this:
We can abstract away the code logic for the cancellation of the cancel token by creating our Axios\Cancellable
service.
Happy coding for a more readable cancellable axios request!
:-)