Files
bsky-social-app/src/lib/react-query.ts
T
Ansh 188d4893f9 add React Query and hook up to existing functionality (#1358)
* add React Query and hook up to existing functionality

* wire in remote data, add error message

* remove hard-coded feeds

* oops fix logic

* add loading state

* fix loading on mobile

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2023-09-15 09:32:44 -07:00

4 lines
96 B
TypeScript

import {QueryClient} from '@tanstack/react-query'
export const queryClient = new QueryClient()