React Query: Add DevTools
9 June 2022 (Updated 9 June 2022)
Add to the root of your app where you include global providers (e.g., in a src/App.js
file):
The component will only be included if process.env.NODE_ENV
is development
. So, you don’t need to worry about it being shown in staging / production environments.
Sources
Tagged:
React Query
Thanks for your comment . Once it's approved, it will appear here.
Leave a comment