You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Pokemon example provided in the Redux Toolkit documentation, the demonstration of caching behavior is accurately explained through the first three points. However, the fourth point might give the impression that clicking on "Refetch" will cause all Pokémon to be refetched. It should be clarified that refetching is specific to the Pokemon for which the refetch action is initiated, not all Pokemons.
I would like to contribute to the docs but just want to confirm first whether this is correct or not !
In the Pokemon example provided in the Redux Toolkit documentation, the demonstration of caching behavior is accurately explained through the first three points. However, the fourth point might give the impression that clicking on "Refetch" will cause all Pokémon to be refetched. It should be clarified that refetching is specific to the Pokemon for which the refetch action is initiated, not all Pokemons.
I would like to contribute to the docs but just want to confirm first whether this is correct or not !
Link : https://redux-toolkit.js.org/rtk-query/usage/queries#example-observing-caching-behavior
The text was updated successfully, but these errors were encountered: