Skip to content

Commit dd8d6ff

Browse files
committed
Part 8 screenshots
1 parent 2d1a07c commit dd8d6ff

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/tutorials/essentials/part-8-rtk-query-advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,9 +1266,9 @@ export const Navbar = () => {
12661266
}
12671267
```
12681268
1269-
Almost there! We're fetching initial notifications via RTK Query, tracking read status on the client side, and we've got the infrastructure set up to force new notifications via a websocket.
1269+
Almost there! We're fetching initial notifications via RTK Query, tracking read status on the client side, and we've got the infrastructure set up to force new notifications via a websocket. But, **if we click "Refresh Notifications" now, it will throw an error - we don't have the websocket handling implemented yet!**
12701270
1271-
Now we can implement the actual streaming updates logic.
1271+
So, let's implement the actual streaming updates logic.
12721272
12731273
#### Implementing Streaming Updates
12741274
37.1 KB
Loading
16.1 KB
Loading
6.06 KB
Loading

0 commit comments

Comments
 (0)