Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache token metadata and related calls #144

Open
rkalis opened this issue Sep 8, 2023 · 0 comments
Open

Cache token metadata and related calls #144

rkalis opened this issue Sep 8, 2023 · 0 comments

Comments

@rkalis
Copy link
Member

rkalis commented Sep 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant