File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ This example demonstrates request deduplication and caching behavior:
358
358
2 . A second later, another ` Pokemon ` component is rendered with 'bulbasaur'
359
359
- Notice that this one doesn't ever show 'Loading...' and no new network request happens? It's using the cache here.
360
360
3 . A moment after that, a ` Pokemon ` component for 'pikachu' is added, and a new request happens.
361
- 4 . When you click 'Refetch' for a specific ` Pokemon ` , it'll update only that pokemon with one request.
361
+ 4 . When you click 'Refetch' for a specific ` Pokemon ` , it'll update all instances of that ` Pokemon ` with one request.
362
362
363
363
:::note Try it out
364
364
Click the 'Add bulbasaur' button. You'll observe the same behavior described above until you click the 'Refetch' button on one of the components.
You can’t perform that action at this time.
0 commit comments