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

API caching layer #12

Open
2 of 3 tasks
mertwole opened this issue Jul 31, 2024 · 0 comments · Fixed by #35
Open
2 of 3 tasks

API caching layer #12

mertwole opened this issue Jul 31, 2024 · 0 comments · Fixed by #35

Comments

@mertwole
Copy link
Owner

mertwole commented Jul 31, 2024

API calls can take a long time and this shouldn't lead to bad UX. Also screens usually share some part of information with the next/previous screen and this data shouldn't be fetched from API again.

This is a tracking issue for the following tasks:

  • Introduce unified caching layer for APIs
  • Maintain cache between screens
  • Make screen API asyncronous to not block on API calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant