This is a list of CPromise
related libraries and resources.
- c-promise2 - Advanced cancellable promise that should be used with
use-async-effect2
to get the most out of it
- use-async-effect (🔴 this library)- Feature-rich React async hooks that built on top of the cancellable promises (
CPromise
)
- cp-axios - Axios cancellable wrapper that supports CPromise context. Can be directly used in
use-async-effect2
or general CPromise context - cp-fetch - Cross-platform fetch wrapper that can be used in cooperation with
use-async-effect2
or generalCPromise
chains