Skip to content

Commit 91b8eae

Browse files
committed
docs: QueryClientAtomProvider StackBlitz
1 parent 1e44e52 commit 91b8eae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ const [{ data, isPending, isError }] = useAtom(todosAtom)
8888

8989
### Exported provider
9090

91+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/jotaijs/jotai-tanstack-query/tree/main/examples/08_query_client_atom_provider)
92+
9193
`QueryClientAtomProvider` is a ready-to-use wrapper that combines Jotai Provider and TanStack Query QueryClientProvider.
9294

9395
```jsx

0 commit comments

Comments
 (0)