Promistop is a lightweight utility that adds cancellation support to any async function. It extends promises with .cancel()
and .isCancelled()
methods, optionally using AbortController. Ideal for JavaScript apps using async operations like fetch, time
A Reac HOC and HOOK to manage Promise cancellation when the component unmounts.