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 use Tanstack Query for a lot of things, which helps with caching of calls and even caching in localstorage. But as it is right now we're only using this in top-level components because Tanstack Query uses hooks. But there is also a lot of data in the intermediate calls (e.g. getting token metadata) that could really benefit from caching.
The text was updated successfully, but these errors were encountered:
We use Tanstack Query for a lot of things, which helps with caching of calls and even caching in localstorage. But as it is right now we're only using this in top-level components because Tanstack Query uses hooks. But there is also a lot of data in the intermediate calls (e.g. getting token metadata) that could really benefit from caching.
The text was updated successfully, but these errors were encountered: