Skip to content

Commit 2d1a07c

Browse files
committed
Part 7 screenshots and sandbox
1 parent e4864ca commit 2d1a07c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/tutorials/essentials/part-7-rtk-query-basics.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -533,11 +533,12 @@ Notice that the names of the actions in the left-hand list are much more generic
533533

534534
:::tip
535535

536-
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:
536+
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:
537537

538-
**[TODO] RTKQ devtools screenshots**
538+
![RTK Query data cached in the store state](/img/tutorials/essentials/devtools-rtkq-tab.png)
539+
540+
You can also see this live demo of the RTK Query devtools
539541

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

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

822823
<iframe
823824
class="codesandbox"
824-
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"
825-
title="redux-essentials-example-app"
825+
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"
826+
title="redux-essentials-example"
826827
allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb"
827828
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"
828829
></iframe>
84.4 KB
Loading
170 KB
Loading

0 commit comments

Comments
 (0)