We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b8f4c commit 7d6b796Copy full SHA for 7d6b796
docs/pages/postgrest/getting-started.mdx
@@ -7,9 +7,10 @@ import { LinkedTabs } from '@/components/linked-tabs';
7
8
Inside your React project directory, run the following:
9
10
-```bash
11
-pnpm add @supabase-cache-helpers/postgrest-swr
12
-```
+<LinkedTabs items={['SWR', 'React Query']} id="data-fetcher">
+ <Tabs.Tab>`pnpm add @supabase-cache-helpers/postgrest-swr`</Tabs.Tab>
+ <Tabs.Tab>`pnpm add @supabase-cache-helpers/postgrest-react-query`</Tabs.Tab>
13
+</LinkedTabs>
14
15
If your package manager does not install peer dependencies automatically, you will need to install them, too.
16
0 commit comments