Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgaleotti/react-query-native-devtools
https://github.com/bgaleotti/react-query-native-devtools
flipper-plugin react-native react-query
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgaleotti/react-query-native-devtools
- Owner: bgaleotti
- Created: 2020-04-19T01:05:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T18:00:42.000Z (10 months ago)
- Last Synced: 2024-11-11T19:37:26.497Z (2 days ago)
- Topics: flipper-plugin, react-native, react-query
- Language: TypeScript
- Size: 2.94 MB
- Stars: 166
- Watchers: 4
- Forks: 19
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-query-native-devtools
Plugin for Flipper for the React Query [React Query](https://github.com/tannerlinsley/react-query) similar to [React Query Devtools](https://react-query.tanstack.com/docs/devtools) experience.
Flipper plugins contain two parts:
- The client plugin that should be put inside your application. Its role is get data from QueryClient and send it to Flipper.
- Flipper desktop plugin. It listens for data which client plugin sends and renders it in Flipper.This is a monorepo for two packages:
### [react-query-native-devtools](./packages/react-query-native-devtools)
The package for your React Native project to work with React Query.
Installation and usage are [here](./packages/react-query-native-devtools/README.md).### [flipper-plugin-react-query-native-devtools](./packages/flipper-plugin-react-query-native-devtools)
Desktop plugin for the flipper. To use - search for the `flipper-plugin-react-query-native-devtools` in the plugin menu.
More details is [here](./packages/flipper-plugin-react-query-native-devtools/README.md).