SurfSense/surfsense_web/lib/query-client
Matt Van Horn b65502322a 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 22:44:03 -04:00
..
cache-keys.ts feat: migrate GitHub stars fetch to TanStack Query 2026-04-10 22:44:03 -04:00
client.ts feat: refactor document fetching and improve comment batching 2026-02-28 01:54:54 -08:00
query-client.provider.tsx chore: linting 2026-04-02 19:45:28 -07:00