Skip to content

Commit

Permalink
docs: 📲React Query Dev Tools for React Native readme update⚡ (#6943)
Browse files Browse the repository at this point in the history
* Update devtools.md

Add note about new dev tools created in react native

* Update devtools.md

* Update docs/framework/react/devtools.md

* chore: prettier

---------

Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
  • Loading branch information
LovesWorking and TkDodo committed Mar 4, 2024
1 parent c2946fc commit eec3786
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/framework/react/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ title: Devtools

Wave your hands in the air and shout hooray because React Query comes with dedicated devtools! 🥳

When you begin your React Query journey, you'll want these devtools by your side. They help visualize all of the inner workings of React Query and will likely save you hours of debugging if you find yourself in a pinch!
When you begin your React Query journey, you'll want these devtools by your side. They help visualize all the inner workings of React Query and will likely save you hours of debugging if you find yourself in a pinch!

> Please note that for now, the devtools **do not support React Native**. If you would like to help us make the devtools platform agnostic, please let us know!
> Please note that for now, the devtools **do not support React Native**. If you would like to help us make the devtools platform-agnostic, please let us know!
> However, an external tool is available that enables the use of React Query DevTools with React Native projects. Find out more and contribute on [GitHub](https://github.com/LovesWorking/react-query-external-sync)..
> Exciting News: We now have a seperate package for React Native React Query DevTools! This new addition brings native support, allowing you to integrate DevTools directly into your React Native projects. Check it out and contribute here: [react-native-react-query-devtools](<https://github.com/LovesWorking/react-query-external-sync](https://github.com/LovesWorking/react-native-react-query-devtools)>)
> An external tool is also available that enables the use of React Query DevTools via an external dashboard. Find out more and contribute on [react-query-external-sync](https://github.com/LovesWorking/react-query-external-sync)..
> Also note that you can use these devtools to observe queries, but **not mutations**
Expand Down

0 comments on commit eec3786

Please sign in to comment.