[NOT MAINTAINED] React custom hooks for async functions with abortability and composability
-
Updated
Mar 4, 2023 - JavaScript
[NOT MAINTAINED] React custom hooks for async functions with abortability and composability
Polyfill for the AbortController DOM API and abortable fetch (stub that calls catch, doesn't actually abort request).
Promise lib for aborting in chain.
Cancel any running operation at the right time on your request handler
Structured concurrency for TypeScript: owned async work with scoped cancellation, cleanup, retries, timeouts, budgets, backpressure, and worker offload.
Example showing how to abort fetch requests in a Service Worker
Books, Pics, Videos, Wiki: search and show results - React SPA
A single page React application leveraging Material UI to provide responsive UI for CRUD operations through a REST API
Atlas 3D de células com geração procedural de organelas. Explorador interativo usando Three.js, SDFs e Marching Cubes.
Compose multiple AbortSignals with AND, OR, and timeout semantics
Audit API clients and docs for timeout defaults, cancellation, retry budgets, backoff, idempotency, rate-limit handling, and long-running request guidance.
Create an AbortSignal that aborts after a timeout, with reset and clear
Sistema robusto de gestión de peticiones HTTP con reintentos automáticos, rate limiting, cola de prioridades y monitoreo en tiempo real.
Race multiple async operations with automatic AbortSignal cleanup for losers
Production-ready React hook for HTTP requests with built-in caching, debounce, in-flight request deduplication, and automatic AbortController handling.
Second project of Full Stack Web Development course in Acamica. (JAVASCRIPT)
Fetching data and useEffect
Cancel pending promises with ease!
Cancelling Continuous Requests in User Interactions
Add a description, image, and links to the abortcontroller topic page so that developers can more easily learn about it.
To associate your repository with the abortcontroller topic, visit your repo's landing page and select "manage topics."