SurfSense/surfsense_web/lib/query-client
Matt Van Horn 9cfaa72325 feat: migrate GitHub stars fetch to TanStack Query
Replace the manual useEffect + fetch in NavbarGitHubStars with
useQuery from @tanstack/react-query. This gives the component
caching, request deduplication, automatic retries, and devtools
visibility for free.

The useLatestRelease hook referenced in the issue has already been
removed from hero-section.tsx, so only the stars badge needed
migration.

Closes #1198
2026-04-10 03:08:06 -07:00
..
cache-keys.ts feat: migrate GitHub stars fetch to TanStack Query 2026-04-10 03:08:06 -07:00
client.ts feat: refactor document fetching and improve comment batching 2026-02-28 01:54:54 -08:00
query-client.provider.tsx fix podcast generation 2025-11-11 04:02:04 +02:00