about summary refs log tree commit diff
path: root/src/lib/react-query.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Extract query key roots to constants (#3404)dan2024-04-041-2/+3
| | | | | | | * Extract query key roots to constants * Dedupe labelers-detailed-info * Align naming
* Scope query client per DID (#3333)dan2024-04-041-29/+63
| | | | | | | | | * Move QueryProvider inside the key * Pull useQueryClient-dependent code down in App.native * Remove useQueryClient dependency from session provider * Scope query client per DID
* Factor out QueryProvider (#3331)dan2024-04-031-0/+89