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
Currently we take a "sledgehammer" approach towards tag invalidation. For instance, when a blueprint is deleted, we simply invalidate all tags: #2035
However, it could be much better. We could enhance the tagging by associating the tags with particular blueprints, for instance. We could also implement optimistic updates so that the store is updated immediately.
Currently we take a "sledgehammer" approach towards tag invalidation. For instance, when a blueprint is deleted, we simply invalidate all tags: #2035
However, it could be much better. We could enhance the tagging by associating the tags with particular blueprints, for instance. We could also implement optimistic updates so that the store is updated immediately.
Inspiration:
https://redux-toolkit.js.org/rtk-query/usage/automated-refetching
The text was updated successfully, but these errors were encountered: