simoneb/axios-hooks
🦆 React hooks for axios observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 94
- Release rhythm 28
- Longevity 100
Flags: no_license
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: 74
- age_days: 2755
- days_rel: 531
- days_push: 36
- n_releases_24m: 2
Adoption not part of the score
1892 stars · 127 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A React hooks library wrapping the axios HTTP client, offering one-line data fetching with loading/error state, caching, and built-in server-side rendering support. It exposes useAxios, configure, cache serialization, and a makeUseAxios factory for custom instances.
Use cases
- fetch data in react components with hooks
- handle loading and error states for http requests in react
- server side rendering with cached requests
- refetch data on button click
- implement pagination or infinite scrolling with axios
- share a configured axios instance across hooks
When to choose
- you use axios in a React app and want declarative hook-based fetching
- you need SSR-compatible request caching and hydration
- you want minimal boilerplate for data fetching with refetch support
When to avoid
- you use a framework with its own data-fetching primitives like React Query or Next.js built-ins
- your project does not use React
- you need a non-axios HTTP client
Facets
library · maturity active
http-client state-management caching web-development frontend apis cross-platform react-hooks axios ssr data-fetching nodejs web-server
2 sources
- readme: https://github.com/simoneb/axios-hooks · fetched 2026-08-28 · f2bcae3eb561
- registry_npm: https://registry.npmjs.org/axios-hooks · fetched 2026-08-29 · df8d2d5b6e11
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| simoneb/axios-hooks | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="simoneb/axios-hooks")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem