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:
3583582 . A second later, another ` Pokemon ` component is rendered with 'bulbasaur'
359359 - Notice that this one doesn't ever show 'Loading...' and no new network request happens? It's using the cache here.
3603603 . 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.
362362
363363:::note Try it out
364364Click 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