use-axios-client

JSON →
library 2.0.0 ·javascript
verified Jun 7, 2026
api

A React hooks library for making Axios requests, providing a simple `useAxios` hook and a `useLazyAxios` hook for manual triggers. Current stable version 2.0.0, ships TypeScript types, requires React 16.8+ and Axios 0.19+. Key differentiator: minimal abstraction over Axios, supports dynamic URLs, request cancellation, and provides loading/error/data states out of the box.