@dev-plugins/react-query
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

@dev-plugins/react-query

A TanStack Query DevTool that can run in an Expo App

Installation

Add the package to your project

npx expo install @dev-plugins/react-query

Integrate react-query with the DevTool hook

import { useReactQueryDevTools } from '@dev-plugins/react-query';

const queryClient = new QueryClient(...);

export default function App() {
  useReactQueryDevTools(queryClient);

  return (
    <View>
      {/* ... */}
    </View>
  );
}

/@dev-plugins/react-query/

    Package Sidebar

    Install

    npm i @dev-plugins/react-query

    Weekly Downloads

    36,188

    Version

    0.3.1

    License

    MIT

    Unpacked Size

    5.3 MB

    Total Files

    16

    Last publish

    Collaborators

    • kudochien
    • brentvatne