react-use-rest

JSON →
library 1.9.0 ·javascript maintenance
verified Jun 7, 2026

Provides React hooks for fetching and mutating REST API data. v1.9.0 (last release) relies on axios and use-store-hook to share cached state across components without Context or prop-drilling. Offers auto-loading, polling, query support, and collection self-maintenance. Designed for React 16.10+, but no longer actively maintained; alternatives include React Query, SWR, and RTK Query.