vue-fetch
JSON →A simplified fetch API integration for Vue 3 applications that provides observable fetch calls with automatic loading, error, and data state management for components. Current stable version is 3.0.0 (released Jan 2023, updated quarterly). It requires Vue ^3.2.45 and ships TypeScript declarations. Unlike alternatives like vue-apollo or vue-query, vue-fetch is lightweight (no GraphQL or caching layer) and focuses on bare-minimum fetch binding with a composition API `useFetch` function, making it ideal for simple CRUD apps or API wrappers without extra overhead.
Resources
packagevue-fetch ↗