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

0.0.6 • 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

5,974

Version

0.0.6

License

MIT

Unpacked Size

2.66 MB

Total Files

16

Last publish

Collaborators

  • kudochien