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

0.2.0 • 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>
  );
}

Package Sidebar

Install

npm i @dev-plugins/react-query

Weekly Downloads

31,742

Version

0.2.0

License

MIT

Unpacked Size

5.25 MB

Total Files

16

Last publish

Collaborators

  • kudochien
  • brentvatne