Make Cancelable Requests with React Hooks
"In most cases, apps consume a lot of excess internet traffic. Modern web applications make a huge bunch of requests per conventional time unit then a lot of clients don't wait until all requests made by web apps are finished. As a result, the browser expects data that will no longer be used.
With
react-cancelable
you can easily cancel requests at any step of the request's lifecycle and consume fewer traffic bytes."
Vladyslav Ohirenko