--- id: queries title: Queries ref: docs/framework/react/guides/queries.md --- [//]: # 'Example' ```ts import { useQuery } from '@tanstack/vue-query' const result = useQuery({ queryKey: ['todos'], queryFn: fetchTodoList }) ``` [//]: # 'Example' [//]: # 'Example3' ```vue ``` [//]: # 'Example3' [//]: # 'Example4' ```vue ``` [//]: # 'Example4' [//]: # 'Materials' [//]: # 'Materials'