What is an axios cancel token?
A good nifty example is when you have a search component, and imagine on every keyboard strike into the input tag, an axios request is made, which can lead to an overload of requests. The cancel token idea can help cancel the previous request, made by previous keyboard hit. This link makes an enlightening example … Read more