RTK Query has a cache. Now you can actually see it.
Live status badges, tag-based invalidation, and a request timeline, right inside TanStack DevTools. No more digging through the Redux action log to guess what's cached.
Playgroundpnpm add rtk-query-devtoolsrtk-query-devtools live statusconnecting…
EndpointArgsStatusSubs
getPost(1)idle—
listPosts()idle—
listPostsFlaky()idle—
listUsers()idle—
↑ live, actually running RTK Query on this page
Wire it up in two lines
Add the middleware to your store, then register the plugin. No provider, no config file.