English 中文(简体)
• 如何使RTK查询点在全球失效?
原标题:How to invalidate RTK query caches(reset state) globally?
  • 时间:2022-03-22 13:57:35
  •  标签:
  • rtk-query

项目使用红色工具包和侵权行为。 数据与一张皮条相左,但该代码被分成小丘,以反映逻辑部分,如:

  • /vehicles
  • /users
  • /settings

......

在沉积泥土质后保持状态,因此,在下一个数据记录上,数据是老的。 它们甚至可能不反映目前的用户。 我怎么能够使所有的 ca子失效?

最佳回答
问题回答

如果你只需要重新确定具体藏匿点,例如<代码>CompanySettings,你也可以使用:

dispatch(api.util.invalidateTags([ CompanySettings ])

文件https://redux-toolkit.js.org/rtk-query/api/created-api/api-slice-utils#invalidatetags





相关问题
Canceling pollingInterval on unmount RTK query

I have a useQuery hook that makes a request every 1 min and trying to cancel polling once the component is unmounted. the RTK query doesn t seem to have in-house way to cancel polling . I know there ...

投票率低 窗口上的成绩没有重点,恢复重点

I am using Redux Toolkit with RTK Query to manage the API calls and states in my React application. For a particular API, I am trying to mimic a real-time update effect with short polling, and calling ...

• 如何使RTK查询点在全球失效?

项目使用红色工具包和侵权行为。 数据与一张皮条相左,但该代码被分成小丘,以反映逻辑部分,如:

如何阻止Recuux RTK 查询错误的重新计算

我有一些要求可能回去404个。 当他们这样做时,RTK会发出试射,导致数以百计的失败要求。 为什么它试图对错误和我能做些什么进行指责?

How to handle error as success in RTK Query?

I have an endpoint that throws 404 when nothing is found. However, in my app I want to treat those 404 of that endpoint as a 200. transformErrorResponse: (error, meta) => { console....

热门标签