Data Cache in RTK Query
Aug 15, 2023 · 6 min read · Default Cache Behavior The default cache behavior of RTK query is awesome for performance. When a request/subscription is started, the parameters used in the endpoints are serialized and stored internally as a queryCacheKey for the request. If a next...
Join discussion