SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

48981 0 0 TypeScript
{
"name": "@tanstack/query-example-react-auto-refetching",
"private": true,
"type": "module",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
2025-03-31 08:35:33 +00:00
"@tanstack/react-query": "^5.71.1",
2025-04-01 11:57:32 +00:00
"@tanstack/react-query-devtools": "^5.71.2",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "5.8.2"
}
}