axios-interceptor-hook

JSON →
library 0.2.13 ·javascript
verified Jun 7, 2026

React hooks for Axios with built-in react-toastify integration. Version 0.2.13. Active development. Provides a simple hook (useAxiosInterceptor) that returns data, pending state, and an apiHandler function to perform HTTP requests with automatic toast notifications. Requires explicit installation of peer dependencies (axios, react-toastify). Supports bearer token via localStorage and base URL via environment variable (REACT_APP_BASE_URL). Less flexible than alternatives like react-query or swr, but offers minimal configuration for toast integration.