Hook-Based API
Provides a declarative interface for HTTP requests, enabling reactive and composable data fetching.
An established, production-ready package that extends Axios with a robust hook-based API, enabling consistent, reactive data fetching patterns with standardized state management for loading, data, and error handling.
Provides a declarative interface for HTTP requests, enabling reactive and composable data fetching.
Handles loading, data, and error states internally, reducing boilerplate and ensuring consistent UI behavior.
Supports aborting ongoing requests to prevent race conditions and optimize resource usage.
Allows both automatic execution on mount and manual triggering for precise, dependency-driven requests.