Wave your hands in the air and shout hooray because React Query comes with dedicated devtools! 🥳 When you begin your React Query journey, you'll want these devtools by your side. They help visualize all of the
QueryClientProvider, useQuery, } from '@tanstack/react-query' import { ReactQueryDevtools } from '@tanstack/react-query-devtools' // 创建实例 const queryClient = new QueryClient() export default function App() { return ( <QueryClientProvider client={queryClient}> <ReactQueryDevtools />...
“If you’re serious about *really* understanding React Query, there’s no better way than with query.gg” —Tanner Linsley Join now Declarative & Automatic Writing your data fetching logic by hand is over. Tell TanStack Query where to get your data and how fresh you need it to be and...
Developer tools to interact with and visualize the TanStack/react-query cache. Latest version: 5.79.0, last published: 16 minutes ago. Start using @tanstack/react-query-devtools in your project by running `npm i @tanstack/react-query-devtools`. There are
Updates the requirements on [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) to permit the latest version. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.64.2...
Query Functions Parallel Queries Want to Skip the Docs? “If you’re serious about *really* understanding React Query, there’s no better way than with query.gg”—Tanner Linsley Learn More TanStackConfig The build and publish utilities used by all of our projects. Use it if you dare!
TanStackQueryv5 Auto Getting Started Overview react Installation react Quick Start react Devtools react Videos & Talks react Comparison react TypeScript react GraphQL react React Native react Guides & Concepts Important Defaults react Queries react ...
import { ReactQueryDevtools } from '@tanstack/react-query-devtools' // 导入React查询工具调试组件 // 创建一个新的查询客户端,并设置默认选项 const queryClient = new QueryClient({ defaultOptions: { queries: { staleTime: 1000 * 60 * 5, // 缓存数据过期时间 ...
dependabot/npm_and_yarn/master/tanstack/react-query-devtools-5.44.0 Status Success Total duration 3m 52s Artifacts – frontend-ci.yml on: pull_request Matrix: build 1 job completed Show all jobs Oh hello! Nice to see you. Made with ️ by humans.txt Annotations 1 warning build...
tanstack-query-devtools-expo-plugin-react-native View more lovesworking• 0.1.1 • 2 months ago • 0 dependents • MITpublished version 0.1.1, 2 months ago0 dependents licensed under $MIT 7,189 react-query-external-sync A tool for syncing React Query state to an external Dev Tools ...