ladjs/frisbee
:dog2: Modern fetch-based alternative to axios/superagent/request. Great for React Native. observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 60
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3933
- days_rel: n/a
- days_push: 241
- n_releases_24m: 0
Adoption not part of the score
1145 stars · 66 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Frisbee is a modern fetch-based HTTP client library for JavaScript, positioned as an alternative to axios, superagent, and request. It wraps the WHATWG fetch API with a convenient class-based interface and works well in React Native, browsers, and Node.js.
Use cases
- make http api calls from react native apps
- replace axios with a fetch-based client
- upload files with form-data in javascript
- wrap rest api calls with a base uri and default headers
- use fetch with promises in node.js
- get raw fetch response for arrayBuffer or blob handling
When to choose
- you prefer the fetch API over XMLHttpRequest-based clients
- you are building a React Native or browser app and want a lightweight axios alternative
- you need simple default headers, baseURI, and form-data file uploads
When to avoid
- you need interceptors, automatic retries, or advanced features axios provides out of the box
- you must support very old browsers without a fetch polyfill
- you want a heavily maintained library with frequent updates
Facets
library · maturity maintenance
http-client file-upload web-development frontend apis mobile-development browser cross-platform fetch-api react-native api-wrapper axios-alternative form-data nodejs web-server
1 source
- readme: https://github.com/ladjs/frisbee · fetched 2026-08-28 · 1899bc9dae9f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ladjs/frisbee | main | 50 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem