Skip to content

Commit febe36f

Browse files
committed
feat: add more docs for data fetching
1 parent 454a2d3 commit febe36f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/content/docs/guides/data-fetching.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,6 @@ Maybe you mentioned that creating a new query or mutation hook looks the same ev
145145

146146
For managing and and monitoring the `React Query` instances, we use the [React Query dev tools plugin](https://docs.expo.dev/debugging/devtools-plugins/#react-query), which offers us visibility into our data fetching processes and caching in real-time.
147147
It gives the ability to refetch the data manually, inspect and remove queries, providing control over our data.
148-
To use it, in the terminal press `shift` + `m` and choose from the opened list of dev tools the React Query plugin. The plugin's web interface will open and display the queries, enabling efficient debugging.
148+
To use it, in the terminal press `shift` + `m` and choose from the opened list of dev tools the React Query plugin. The plugin's web interface will open and display the queries, enabling efficient debugging like in the example below:
149+
150+
![React Query plugin web interface](https://github.com/obytes/react-native-template-obytes/assets/114411010/26bc96ef-e6cb-49c3-be3c-006d6901e440)

0 commit comments

Comments
 (0)