Skip to content

Commit 2c6fab0

Browse files
authored
Merge pull request #2312 from nichita-pasecinic/patch-1
2 parents 7b8cbc8 + 36e27ef commit 2c6fab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/streaming-updates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Primarily updates to query data should be done via [`polling`](./polling) interm
2424

2525
However, streaming updates is particularly useful for scenarios involving:
2626

27-
- _Small, frequent changes to large objects_. Rather than repeatedly polling for a large object repeatedly, the object can be fetched with an initial query, and streaming updates can update individual properties as updates are received.
27+
- _Small, frequent changes to large objects_. Rather than repeatedly polling for a large object, the object can be fetched with an initial query, and streaming updates can update individual properties as updates are received.
2828
- _External event-driven updates_. Where data may be changed by the server or otherwise external users and where real-time updates are expected to be shown to an active user, polling alone would result in periods of stale data in between queries, causing state to easily get out of sync. Streaming updates can update all active clients as the updates occur rather than waiting for the next interval to elapse.
2929

3030
Example use cases that benefit from streaming updates are:

0 commit comments

Comments
 (0)