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
We currently expose the react query key helpers for easing integration of the read hooks since the write hooks are not implemented yet. However, these should not really be exposed for end-usage since they're highly tied to internal implementation details, although we still need to provide some sort of read hook invalidation api.
current idea is to remove the key helper exports and instead expose some kind of helper function(s) for invalidating the various read hooks.
The text was updated successfully, but these errors were encountered:
achou11
changed the title
Remove exports related to query keys
Replace exported query keys with read hook invalidation helpers
Dec 19, 2024
We currently expose the react query key helpers for easing integration of the read hooks since the write hooks are not implemented yet. However, these should not really be exposed for end-usage since they're highly tied to internal implementation details, although we still need to provide some sort of read hook invalidation api.
current idea is to remove the key helper exports and instead expose some kind of helper function(s) for invalidating the various read hooks.
The text was updated successfully, but these errors were encountered: