Skip to content

Commit

Permalink
Part 7 screenshots and sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jul 31, 2024
1 parent e4864ca commit 2d1a07c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/tutorials/essentials/part-7-rtk-query-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,12 @@ Notice that the names of the actions in the left-hand list are much more generic

:::tip

The Redux DevTools have an "RTK Query" tab that specifically shows RTK Query data in a more usable format. This includes info on each endpoint and cache result, stats on query timing, and much more:
The Redux DevTools have an "RTK Query" tab that specifically shows RTK Query data in a more usable format that focuses on cache entries, rather than the raw Redux state structure. This includes info on each endpoint and cache result, stats on query timing, and much more:

**[TODO] RTKQ devtools screenshots**
![RTK Query data cached in the store state](/img/tutorials/essentials/devtools-rtkq-tab.png)

You can also see this live demo of the RTK Query devtools

- [Redux DevTools #750: Add RTK Query-Inspector monitor](https://github.com/reduxjs/redux-devtools/pull/750)
- [RTK Query Monitor preview demo](https://rtk-query-monitor-demo.netlify.app/)

:::
Expand Down Expand Up @@ -821,8 +822,8 @@ With RTK Query, the actual details of how to manage data fetching, caching, and

<iframe
class="codesandbox"
src="https://codesandbox.io/embed/github/reduxjs/redux-essentials-example-app/tree/checkpoint-5-createApi/?codemirror=1&fontsize=14&hidenavigation=1&theme=dark&runonclick=1"
title="redux-essentials-example-app"
src="https://codesandbox.io/embed/github/reduxjs/redux-essentials-example-app/tree/ee4f86a206761f347e076086fc08524faac324b2?fontsize=14&hidenavigation=1&module=%2fsrc%2Ffeatures%2Fposts%2FpostsSlice.ts&theme=dark&runonclick=1"
title="redux-essentials-example"
allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb"
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"
></iframe>
Expand Down
Binary file modified website/static/img/tutorials/essentials/devtools-rtkq-cache.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d1a07c

Please sign in to comment.