Manipulate existing queries with React Query Devtools

InstructorTomasz Ducin

Share this video with your friends

Send Tweet

The React Query Devtools gives you several actions that you can manually trigger on your queries.

These include:

  • Refetch
  • Invalidate
  • Reset
  • Remove
  • Trigger Loading
  • and Trigger Error

By using these actions you can manually test out your component's behavior with the various states of your queries.