/cancelling-serial-axios-requests

Demo to make multiple simultaneous Axios requests and cancel duplicate calls of the same type

Primary LanguageJavaScript

Cancelling Axios Requests Only of the Same Type

Demo showing to allow multiple simultaneous Axios requests, but only allow one of a type. Inspiration from GitHub question.