Skip to content

Instantly share code, notes, and snippets.

View Tajcore's full-sized avatar
🏠
Working from home

Tahjyei Thompson Tajcore

🏠
Working from home
View GitHub Profile
@wobsoriano
wobsoriano / App.vue
Last active February 26, 2024 18:20
TanStack Query + Vue Options API
<script lang="ts">
import { defineComponent, toRaw } from 'vue'
import {
QueryObserver,
type QueryKey,
type QueryObserverResult,
type QueryClient,
} from '@tanstack/query-core'
type Todo = {
userId: number