0.1.0 • Published 6 months ago

@fuman/fetch v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@fuman/fetch

no-bullshit minimal wrapper around window.fetch that aims to improve dx by adding commonly used features, while having low runtime overhead, small bundle size and staying close to the web standards.

features

  • no more (await fetch(url)).json() - just await ffetch(url).json()
  • sugar for common request body types (json, form, multipart)
  • base url, base headers, etc.
  • retries, timeouts, validation built in
  • basic middlewares
  • type-safe compatibility with popular parsing libraries (yup, zod, valibot, etc.)
0.1.0

6 months ago

0.0.13

7 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

9 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

11 months ago

0.0.1

11 months ago