⚡ Z-Fetch
The pragmatic native fetch API wrapper for JavaScript.
Z-Fetch is a simple practical native fetch wrapper that enhances fetch with extra functionality to make it more friendly, intuitive and robust for common use cases that would have required boilerplate code or more complex solutions.
It offers simple type safe utilities with no dependencies and complexity and can work in any JavaScript framework or environment where fetch is available with no additional setup needed. With new features like streaming support, progress tracking, enhanced hooks system, and error mapping, Z-Fetch provides everything you need for modern web applications.
▶️ Installation
And you can use it in 2 ways, by cherry-picking the methods you want or setting up an instance with some configuration options very useful for large applications or complex projects.