1. 24
    Debug RTK Query Applications with the Redux DevTools Chrome Extension
    1m 12s

Debug RTK Query Applications with the Redux DevTools Chrome Extension

Share this video with your friends

Send Tweet

RTK Query is built on top of Redux which has the huge benefit of utlizing the Redux DevTools. Every RTK Query operation is represented with the actions and state modifications that happen in the DevTools.

There's also RTK Query tab in Redux DevTools so that you can take a detailed look at the various queries and mutations you have going at any given time.

In this lesson you'll get a basic overview of the Redux DevTools and how it works with RTK Query.