Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 945 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 945 Bytes

Duck Query

Duck query Logo

NPM version
License

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