abortcontroller
There are 35 repositories under abortcontroller topic.
dai-shi/react-hooks-async
[NOT MAINTAINED] React custom hooks for async functions with abortability and composability
mo/abortcontroller-polyfill
Polyfill for the AbortController DOM API and abortable fetch (stub that calls catch, doesn't actually abort request).
dondevi/promise-abortable
Promise lib for aborting in chain.
astoilkov/p-signal
Better way to cancel promises using AbortSignal
alanshaw/abortable-iterator
Make any iterator or iterable abortable via an AbortSignal
nirus/fullstack-tutorial
🚀 The Apollo Client request cancellation using AbortController API
metcoder95/fastify-racing
Cancel any running operation at the right time on your request handler
luisrj1495/cancelable-request
cancelable request allows us to abort Web requests as and when desired.
ninjagains/use-abortable-promise
useAbortablePromise() React Hook
toebeann/signals
A collection of wrappers and utility functions for working with AbortSignals.
anthumchris/serviceworker-fetch-abort
Example showing how to abort fetch requests in a Service Worker
RubaXa/open-promise
Open Promise 👐 — Micro tool for creating Promise likes Deferred (with AbortController support)
TcTOrz/axios-abortController
基于AbortController+axios实现 取消上一次相同请求 的功能。
Youxiaaa/Vite-Axios-Ts-AbortController
Vite Axios 基於 AbortController 的取消請求方法
lbb00/controla
Control your async function easily.
meghsohor/jokesbox
Read programming jokes or search for jokes on various topics. The app is built using React, Fetch API and JokeAPI
victorvillajimenez/eContentSearch
Books, Pics, Videos, Wiki: search and show results - React SPA
vladcosorg/promise-mixin
A handy and flexible helper that lets you augment the promise object in a safe and reliable way
danielnakamashi/abortable-promise
Promises that can be aborted using AbortController
ivanatias/strong-fetch
A wrapper around the fetch API that provides axios' basic features and automatic AbortController handling
priyankapakhale/use-latest-effect
A React hook for async effects that ensures only the latest invocation completes and optionally aborts stale runs
ssaleem/Cheese-SPA
A single page React application leveraging Material UI to provide responsive UI for CRUD operations through a REST API
SudhilRaj/Cancel-Request-Axios
Cancelling Continuous Requests in User Interactions
umarSiddique010/use-http-request-hook
A lightweight, zero-dependency React hook for HTTP requests — with built-in GET caching, debounce, waterfall protection, abort handling, and refetch support. Clean async logic without the boilerplate.
vickycalvo/Proyecto-Gifos
Second project of Full Stack Web Development course in Acamica. (JAVASCRIPT)
anirbmuk/vue-autocomplete
Vue Autocomplete with AbortController
dankreiger/puppy-fetch
a small wrapper for the fetch api that automatically aborts unneeded requests
dipiash/enhanced-fetch-lib
Enhanced fetch library
jorgermduarte/poc-java-vue3-abortcontroller
Abort controller usage example on vue3
Nataliphoenix/goit-react-hw-05-movies
https://nataliphoenix.github.io/goit-react-hw-05-movies/
NegarSal/tripago
Fetching data and useEffect
NotWoods/abort-utils
A set of utilities for working with AbortSignals
zbo14/oathbreaker
Cancel pending promises with ease!