Here’s an example app which uses React Query to add the superpowers of caching, debouncing, and automatic cancellation/retries to a simple fetch-based React app. The source is available here – it’s all TypeScript and includes some E2E tests.
Here’s an example app which uses React Query to add the superpowers of caching, debouncing, and automatic cancellation/retries to a simple fetch-based React app. The source is available here – it’s all TypeScript and includes some E2E tests.