wya-fetch
JSON →A lightweight HTTP request library for JavaScript, wrapping the Fetch API with middleware-like hooks (onLoading, onLoaded, onBefore, onAfter, onOther, onProgress) and support for cancelable requests via HotPromise. Version 0.5.4 is stable, with irregular releases. Key differentiators: integrates with UI loading states out of the box, provides a clean ajaxFn factory pattern for reusable defaults, and handles form-data/json request types including a special mixed mode for POST. Alternatives like axios are more feature-rich but wya-fetch focuses on simplicity and hook-based customization.
Resources
packagewya-fetch ↗