Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在组件之间共享从后端获取的状态,就像我使用 redux 一样。具体来说,一旦用户登录,他得到的响应包括设置、通知和最近的帖子。如何使用 urql 将它们分布在组件之间?我想避免在单独的请求中获取所有这些数据
从我在 github 上找到的 urql 没有本地状态(就像 apollo 一样apollo-link-state),但只有cache。
apollo-link-state
您可以缓存数据或: