Explore Redux Devtools to Understand Your RTK Query App Data Fetching Behavior

Share this video with your friends

Send Tweet

The Redux devtools allow you to see what happens internally when you use RTK Query in an application. We'll explore the actions that are dispatched when API endpoints are hit and the data associated with them as well as the RTK Query cache that is being maintained in the background. We'll also see how RTK Query manages the cache by default.