ava/use-http
🐶 React hook for making isomorphic http requests observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2701
- days_rel: n/a
- days_push: 938
- n_releases_24m: 0
Adoption not part of the score
2300 stars · 116 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
use-http is a React hook library for making isomorphic HTTP requests that work in both browser and server-side rendering contexts. It wraps fetch with a hook-based API supporting features like Suspense, queries, and mutations.
Use cases
- fetch data in a react component with a hook
- make http requests that work with server side rendering
- use fetch with react suspense
- handle rest api queries and mutations in react
- replace useEffect + fetch boilerplate with a data fetching hook
When to choose
- you want a lightweight fetch wrapper hook for React with SSR support
- you prefer hook-based data fetching over heavier libraries like react-query
- you need isomorphic requests in a Next.js or SSR app
When to avoid
- you need caching, retries, and full data-fetching state management - consider TanStack Query
- you are not using React
- you need GraphQL-specific tooling with subscriptions
Facets
library · maturity maintenance
http-client web-framework ssr web-development frontend apis cross-platform react-hooks fetch suspense isomorphic rest-client typescript nodejs web-server
2 sources
- readme: https://github.com/ava/use-http · fetched 2026-08-28 · f8d9617e7f34
- homepage: https://use-http.com · fetched 2026-08-29 · ddba9c4ed614
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ava/use-http | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem