fetchtastic@0.3.2
Small wrapper around fetch designed to perform more predictable and type-safe network requests.
Repository
Current version released
2 years ago
🌩️ Fetchtastic
Small wrapper around fetch designed to perform more predictable and strongly typed network requests.
npm install fetchtastic
# or
yarn add fetchtastic| 🚀 Features | |
|---|---|
| Small | Less than 3KB gzipped |
| Composable | Safely reuse previous configurations |
| Intuitive | Clean and easy to use API |
| Type safe | Strongly typed, written in TypeScript |
| Isomorphic | Compatible with modern browsers, Node.js and Deno |
| Well Tested | Covered by unit tests |