Duck Query


Author: Ahmed Hany
duck-query is a powerful data-fetching library inspired by React Query, but enhanced with additional features and improved flexibility. Designed for modern web applications, Duck Query simplifies data management by automating caching, synchronization, and updates while providing more advanced options for state management and API interaction.
Installation
You can install duck-query using various package managers:
npm
npm install duck-query
pnpm
pnpm add duck-query
bun
bun add duck-query
yarn
yarn add duck-query